cargo-hakari 0.9.34
Added
Added support for the upcoming Cargo resolver version
3:
resolver = "3" in .config/hakari.toml. Resolver version 3 enables MSRV-aware
version resolution in Cargo.
The portion of dependency resolution that hakari works with (package and feature
resolution) happens after dependency versions have been resolved and
Cargo.lock is refreshed. This means that from hakari's perspective, resolver
version 3 is the same as version 2. You are welcome to keep using resolver = "2" if you like.
Changed
- MSRV for compiling hakari updated to Rust 1.78.
- Builtin targets updated to Rust 1.83.