From faec7f8e3dd2c7b4f4b3cce08fa0b9257f29a914 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 2 Oct 2021 16:24:44 +1000 Subject: [PATCH] update cargo-raze instructions --- cargo/README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/cargo/README.md b/cargo/README.md index 1d34fed3b..cf2c8f05d 100644 --- a/cargo/README.md +++ b/cargo/README.md @@ -1,15 +1,10 @@ This folder integrates Rust crates.io fetching into Bazel. To update dependencies, ensure a local Rust environment is available -(eg install rustup), then fetch this commit of cargo raze: - -https://github.com/google/cargo-raze/commit/1edfb5366d7a6a59c3f9e354a3818a649146548c - -then from the folder: +(eg install rustup), then install this version of cargo raze: ``` -cd impl -cargo install --path . +cargo install --git https://github.com/ankitects/cargo-raze.git --branch build-deps cargo-raze cargo install cargo-license ```