Install Rust tools with stable compiler

We only need the frozen nightly for Tock (and maybe the app).
This commit is contained in:
Julien Cretin
2021-08-13 11:08:45 +02:00
committed by Julien Cretin
parent b5b9d3f6e0
commit a80ff4279c
2 changed files with 3 additions and 2 deletions

View File

@@ -20,4 +20,4 @@ done_text="$(tput bold)DONE.$(tput sgr0)"
set -e
# Install cargo-fuzz library.
cargo install cargo-fuzz
cargo +stable install cargo-fuzz