update cargo-raze instructions

This commit is contained in:
Damien Elmes 2021-10-02 16:24:44 +10:00
parent 86572f09fd
commit faec7f8e3d

View File

@ -1,15 +1,10 @@
This folder integrates Rust crates.io fetching into Bazel. This folder integrates Rust crates.io fetching into Bazel.
To update dependencies, ensure a local Rust environment is available To update dependencies, ensure a local Rust environment is available
(eg install rustup), then fetch this commit of cargo raze: (eg install rustup), then install this version of cargo raze:
https://github.com/google/cargo-raze/commit/1edfb5366d7a6a59c3f9e354a3818a649146548c
then from the folder:
``` ```
cd impl cargo install --git https://github.com/ankitects/cargo-raze.git --branch build-deps cargo-raze
cargo install --path .
cargo install cargo-license cargo install cargo-license
``` ```