Skip to content

Commit 42572fb

Browse files
authored
Cleanup instructions for updating dependencies. (#60)
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
1 parent 56a680a commit 42572fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
+ [Extending Envoy with WASM and Rust](https://antweiss.com/blog/extending-envoy-with-wasm-and-rust/)
2727
+ [Extending Istio with Rust and WebAssembly](https://blog.red-badger.com/extending-istio-with-rust-and-webassembly)
2828

29-
# Updating dependencies
29+
## Updating dependencies
3030

31-
When updating dependencies, you need to regenerate `BUILD` files to match updated `Cargo.toml`:
31+
When updating dependencies, you need to regenerate Bazel `BUILD` files to match updated `Cargo.toml`:
3232
```
33-
cargo install cargo-raze --git https://github.com/google/cargo-raze --rev cb9f85d22b1c81cceb9acaf1fa4336c5fc4e6bff
33+
cargo install cargo-raze --version 0.7.0
3434
rm -rf bazel/cargo/
3535
cargo generate-lockfile
3636
cargo raze --output=bazel/cargo

0 commit comments

Comments
 (0)