From 2f1d73851c2bae49580cc2fb2492e613087e6f0c Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Sun, 23 Apr 2023 15:03:17 -0700 Subject: [PATCH] Fix fuzz dependency --- fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index bfdb764c..4349eb08 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -11,7 +11,7 @@ cargo-fuzz = true [dependencies] libfuzzer-sys = "0.4" -[dependencies.zip] +[dependencies.zip_next] path = ".." # Prevent this from interfering with workspaces