- Vendor:
cargo vendor --versioned-dirs --respect-source-config --no-delete > .cargo/config.toml- Vendor again:
cargo vendor --versioned-dirs --respect-source-config --no-deleteNo changes on the filesystem outside of cargo's target dir. Either
success or failure of the second cargo vendor operation. But no
changes to any source code - including the files from the first
invocation of cargo vendor.
The second cargo vendor fails with:
% cargo vendor --versioned-dirs --respect-source-config --no-delete
error: failed to sync
Caused by:
failed to load pkg lockfile
Caused by:
no matching package named `bytemuck` found
location searched: directory source `/Users/alklig/work/bad_vendor/vendor` (which is replacing registry `crates-io`)
required by package `bad_vendor v0.1.0 (/Users/alklig/work/bad_vendor)`