Skip to content

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 13:45
· 30 commits to master since this release
57a4bb6

Added

Changed

  • Embedded rust-analyzer for expanding procedural macros. (#183)

    Previously, cargo-equip downloaded rust-analyzer(.exe) from GitHub Releases and used it.

  • Requires additional 1.48+ toolchain for compiling proc-macro crates when cargo-equip is used for an old toolchain such as 1.42. (#183)

    Previously, 1.47 was compatible.

Fixed