Why are the version numbers on crates.io so low?

npm generates packages with 1.0.0 as the default version, and is generally trying to say "0.1 -> 0.2 -> 0.3 is isomorphic to 1.0 -> 2.0 -> 3.0". It was controversial at first, but isn't any more. I'm not saying we should do this, but I'm also not saying we shouldn't.

2 Likes