From b32e127737473c251056e0d2a683b009678253e1 Mon Sep 17 00:00:00 2001 From: Carl Lundin Date: Wed, 16 Oct 2024 12:55:38 -0700 Subject: [PATCH] Bump Fuzzer nightly toolchain from version 2023-11-16 to 2024-10-16. --- ci.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci.sh b/ci.sh index 288256de..59bba876 100755 --- a/ci.sh +++ b/ci.sh @@ -82,13 +82,13 @@ run_verification_tests dpe_profile_p384_sha384 rustcrypto # Build fuzz target ( cd dpe/fuzz - rustup toolchain install nightly-2023-11-16 - cargo +nightly-2023-11-16 install cargo-fuzz cargo-afl + rustup toolchain install nightly-2024-10-16 + cargo +nightly-2024-10-16 install cargo-fuzz cargo-afl cargo fmt --check cargo clippy --features libfuzzer-sys cargo clippy --features afl - cargo +nightly-2023-11-16 fuzz build --features libfuzzer-sys - cargo +nightly-2023-11-16 afl build --features afl + cargo +nightly-2024-10-16 fuzz build --features libfuzzer-sys + cargo +nightly-2024-10-16 afl build --features afl ) # Fix license headers