arcnmx / serde-value

Serialization value trees
http://arcnmx.github.io/serde-value/serde_value/
MIT License
43 stars 30 forks source link

Upgrade to serde 0.8.0 #6

Closed dflemstr closed 8 years ago

dflemstr commented 8 years ago

I also removed version constraints because according to semver, 0.y.z versions don't offer any API compatibility guarantees whatsoever.

sfackler commented 8 years ago

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.

dflemstr commented 8 years ago

Closing in favor of #5