mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 19:08:08 +00:00
Bump to Rust 1.63 (#2243)
* Bump to Rust 1.63 * Fix clippy warnings * Suppress clippy warning * More clippy fixes * Print cargo-license version * Ignore unmaintained warning * Pin cargo-license to 0.4.2, 0.5 breaks us * Suppress in proxy build as well * More Eqs * More clippy fixes
This commit is contained in:
@ -18,7 +18,7 @@ sudo npm install -g azurite
|
||||
|
||||
# Restore rust dependencies
|
||||
echo "Restoring rust dependencies"
|
||||
cargo install cargo-audit cargo-license # requirements if you want to run ci/agent.sh
|
||||
cargo install cargo-audit cargo-license@0.4.2 # requirements if you want to run ci/agent.sh
|
||||
cd /workspaces/onefuzz/src/agent
|
||||
cargo fetch
|
||||
|
||||
|
Reference in New Issue
Block a user