Closed dflemstr closed 8 years ago
I also removed version constraints because according to semver, 0.y.z versions don't offer any API compatibility guarantees whatsoever.
semver
0.y.z
WRT version constraints, rust-semver does consider 0.x > 0.y to be a breaking change but 0.x.y > 0.x.z to not be.
0.x
0.y
0.x.y
0.x.z
Closing in favor of #5
I also removed version constraints because according to
semver
,0.y.z
versions don't offer any API compatibility guarantees whatsoever.