We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332c4da commit ae66b3eCopy full SHA for ae66b3e
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
# Note that building with fuzzers requires nightly since it uses unstable
25
# flags to rustc.
26
- run: rustup update nightly && rustup default nightly
27
- - run: cargo install cargo-fuzz --vers "^0.10"
+ - run: cargo install cargo-fuzz --vers "^0.11"
28
- run: cargo fuzz build --dev
29
30
rustfmt:
0 commit comments