We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb0697 commit 915769fCopy full SHA for 915769f
src/doc/man/cargo-vendor.md
@@ -21,6 +21,11 @@ stdout after `cargo vendor` completes the vendoring process.
21
You will need to add or redirect it to your Cargo configuration file,
22
which is usually `.cargo/config.toml` locally for the current package.
23
24
+By default, Cargo treats vendored crates as read-only as it does crates.io.
25
+To modify a vendored crate the correct way is to use `[patch]` or a `path` dependency,
26
+and Cargo will then correctly handle the crate on incremental rebuilds as it knowns
27
+that it is not a read-only dependency.
28
+
29
## OPTIONS
30
31
### Vendor Options
0 commit comments