Hacker News new | ask | show | jobs
by seritools 665 days ago
> In Rust, Cargo makes this super easy: ā€œx.y.zā€ means ā€œ>= x.y.z, < (x+1).0.0ā€.

With the added special case of `0.x.y` meaning `>= 0.x.y, < 0.(x+1).0`, going beyond what semver specifies.