Skip to content

Commit

Permalink
docs: Clarify vendored sources as read-only and way to modify
Browse files Browse the repository at this point in the history
  • Loading branch information
LuuuXXX committed Mar 1, 2024
1 parent 3bb0697 commit 915769f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/doc/man/cargo-vendor.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ stdout after `cargo vendor` completes the vendoring process.
You will need to add or redirect it to your Cargo configuration file,
which is usually `.cargo/config.toml` locally for the current package.

By default, Cargo treats vendored crates as read-only as it does crates.io.
To modify a vendored crate the correct way is to use `[patch]` or a `path` dependency,
and Cargo will then correctly handle the crate on incremental rebuilds as it knowns
that it is not a read-only dependency.

## OPTIONS

### Vendor Options
Expand Down

0 comments on commit 915769f

Please sign in to comment.