Releases: jqnatividad/docopt.rs
Releases · jqnatividad/docopt.rs
1.7.0
What's Changed
- bump MSRV to 1.77.0; apply clippy suggestions; rustfmt #3
- use ahash project-wide, replacing HashMap and HashSet
- BetterTOML format of Cargo.toml
- More inlines
- Rust format
Full Changelog: 1.6.0...1.7.0
1.6.0
Changed
- Bumped MSRV to 1.75.0
- Bumped strsim from 0.10.0 to 0.11.0
- applied clippy::filter_next suggestion
Full Changelog: 1.4.0...1.6.0
1.4.0
Changed
- change MSRV to 1.71.0
- set regex dependency to major version 1
- simplified partial_cmp for Atom
- refactored pattern_tokens(), replacing for loop with map().collect()
- applied various clippy lint recommendations
Full Changelog: 1.3.0...1.4.0
1.3.0
Changed
- change MSRV to 1.70.0
- remove OnceCell dependency, replacing it with std::sync::OnceLock introduced in 1.70.0
- bump regex from 1.7 to 1.8
Full Changelog: 1.2.2...1.3.0
1.2.2
Initial Release of qsv-optimized docopt.
Full Changelog: 1.1.1...1.2.2