aboutsummaryrefslogtreecommitdiff
path: root/crate_universe/DEVELOPMENT.md
diff options
context:
space:
mode:
Diffstat (limited to 'crate_universe/DEVELOPMENT.md')
-rw-r--r--crate_universe/DEVELOPMENT.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/crate_universe/DEVELOPMENT.md b/crate_universe/DEVELOPMENT.md
index a03540b5..a146daac 100644
--- a/crate_universe/DEVELOPMENT.md
+++ b/crate_universe/DEVELOPMENT.md
@@ -31,3 +31,12 @@ This is very time consuming and in no way the recommended workflow for anything
other than developing `rules_rust` directly.
[cbr]: https://bazelbuild.github.io/rules_rust/cargo.html#cargo_bootstrap_repository
+
+## Updating vendored crates
+
+A lot of crates are vendored into this repo, e.g. in examples and tests. To
+re-vendor them all, a bash script is provided:
+
+```sh
+bazel run //crate_universe/tools:vendor
+```