v0.19.0
Added
- Ignores workspace members when checking licenses. (#184)
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.