From 2ffaa63d5f82fad1c60f2bbb59ceba0df43d2129 Mon Sep 17 00:00:00 2001 From: Piotr Sikora Date: Fri, 4 Dec 2020 20:36:14 +0000 Subject: [PATCH] Cleanup instructions for updating dependencies. Signed-off-by: Piotr Sikora --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 059289d8..e708990e 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ + [Extending Envoy with WASM and Rust](https://antweiss.com/blog/extending-envoy-with-wasm-and-rust/) + [Extending Istio with Rust and WebAssembly](https://blog.red-badger.com/extending-istio-with-rust-and-webassembly) -# Updating dependencies +## Updating dependencies -When updating dependencies, you need to regenerate `BUILD` files to match updated `Cargo.toml`: +When updating dependencies, you need to regenerate Bazel `BUILD` files to match updated `Cargo.toml`: ``` -cargo install cargo-raze --git https://github.com/google/cargo-raze --rev cb9f85d22b1c81cceb9acaf1fa4336c5fc4e6bff +cargo install cargo-raze --version 0.7.0 rm -rf bazel/cargo/ cargo generate-lockfile cargo raze --output=bazel/cargo