File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
+ [ Extending Envoy with WASM and Rust] ( https://antweiss.com/blog/extending-envoy-with-wasm-and-rust/ )
27
27
+ [ Extending Istio with Rust and WebAssembly] ( https://blog.red-badger.com/extending-istio-with-rust-and-webassembly )
28
28
29
- # Updating dependencies
29
+ ## Updating dependencies
30
30
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 ` :
32
32
```
33
- cargo install cargo-raze --git https://github.com/google/cargo-raze --rev cb9f85d22b1c81cceb9acaf1fa4336c5fc4e6bff
33
+ cargo install cargo-raze --version 0.7.0
34
34
rm -rf bazel/cargo/
35
35
cargo generate-lockfile
36
36
cargo raze --output=bazel/cargo
You can’t perform that action at this time.
0 commit comments