0.5.4
·
618 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
-
Use
cargo-config2to load Cargo configuration. (#237)This brings the following improvements:
- More accurate cargo configuration loading and resolution.
- Fix installation failure on Rust 1.60 and 1.61 by removing dependency on
target-spec. - Remove run-time dependency on unstable
cargo config get. (Previously, this command was used in a form allowing failure, likerust-analyzerdoes.)