Hacker News new | ask | show | jobs
by the_mitsuhiko 3138 days ago
Because the ecosystem is not. A lot of what’s on crates.io needs the latest and greatest version.
1 comments

That's a very good point. However, choosing to use a specific version already implies forgoing anything newer than the next release. This would include language features and crates (generally).

Thankfully, crates.io lists the dates next to crates so that users can select a version that is released before or during the release cycle of their compiler, thus guaranteeing compatibility.