Dtolnay Semver Versions Save

Parser and evaluator for Cargo's flavor of Semantic Versioning

1.0.23

3 weeks ago
  • Resolve unexpected_cfgs warning (#318)

1.0.22

3 months ago
  • Fix unused_imports warnings when compiled by rustc 1.78

1.0.21

4 months ago
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

1.0.20

7 months ago
  • Add a method for comparing versions by precedence (#305)

1.0.19

8 months ago
  • Improve test coverage (#299, thanks @CXWorks)

1.0.18

10 months ago
  • Documentation improvements

1.0.17

1 year ago
  • Improve error message when Version is being parsed from an empty string (#296)

1.0.16

1 year ago
  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

1.0.15

1 year ago
  • Documentation improvements

1.0.14

1 year ago
  • Fix segfault on OOM to instead deterministically abort with message (#290)