From 02869eba9ee9ccfd784e6acb74729ae542916da5 Mon Sep 17 00:00:00 2001 From: George Pollard Date: Thu, 8 Sep 2022 08:36:38 +1200 Subject: [PATCH] Fix #1285 (#2353) --- src/integration-tests/libfuzzer-rust/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/integration-tests/libfuzzer-rust/Makefile b/src/integration-tests/libfuzzer-rust/Makefile index 9b62f826c..82ec5af0c 100644 --- a/src/integration-tests/libfuzzer-rust/Makefile +++ b/src/integration-tests/libfuzzer-rust/Makefile @@ -2,8 +2,7 @@ all: rustup install nightly - # temporary fix for cargo-fuzz on latest nightly: https://github.com/rust-fuzz/cargo-fuzz/issues/276 - cargo install --git https://github.com/rust-fuzz/cargo-fuzz --rev b4df3e58f767b5cad8d1aa6753961003f56f3609 + cargo install cargo-fuzz cargo +nightly fuzz build --release clean: