rust-analyzer/crates/ra_project_model
o0Ignition0o 331d1db317 Add crate versions when running cargo -p commands.
Until now cargo commands with the -p flag would pass the package name only.
It doesn't play super well with the toml Renaming dependencies feature.
This commit specifies the package name and version when a cargo command is run with the -p flag,
to avoid ambiguities.
2020-03-31 14:43:39 +02:00
..
src Add crate versions when running cargo -p commands. 2020-03-31 14:43:39 +02:00
Cargo.toml Add ProcMacroClient 2020-03-26 03:29:45 +08:00