From 84a16a42f9df75bfb5b7ea11ae345e1fd07f74bd Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Sat, 24 Feb 2018 11:25:13 +0000 Subject: [PATCH] Version of libfuzzer pinned --- fuzz/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 3d3c298..1dd173d 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -16,6 +16,7 @@ tempdir = "0.3.6" [dependencies.libfuzzer-sys] git = "https://github.com/rust-fuzz/libfuzzer-sys.git" +rev = "737524f7de1e85342b8b6cd1c01edc71018183ba" # Prevent this from interfering with workspaces [workspace]