You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run the cargo vendor and it has created directories where I want them however they don't have a version suffix which seems required by this tool.
Instead of using cargo vendor -x which fails you now need to use cargo-vendor vendor -x
See error message below:
$ cargo vendor -x
error: the crates.io `cargo vendor` command has now been merged into Cargo itself
and does not support the flag `--explicit-version` currently; to continue using the flag you
can execute `cargo-vendor vendor ...`, and if you would like to see this flag
supported in Cargo itself please feel free to file an issue at
https://github.com/rust-lang/cargo/issues/new
Should we update the docs?
bweston92
changed the title
Vendored Cargo libraries not being picked up.
[docs] cargo vendor -x no longer works replace with cargo-vendor vendor -xAug 23, 2019
I have run the cargo vendor and it has created directories where I want them however they don't have a version suffix which seems required by this tool.
You can see the output below when I try to run
cargo raze
.Versions
The text was updated successfully, but these errors were encountered: