Skip to content

0.5.4

Choose a tag to compare

@github-actions github-actions released this 09 Jan 11:01
· 618 commits to main since this release
Immutable release. Only release title and notes can be modified.
  • Use cargo-config2 to 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, like rust-analyzer does.)