Fix fuzz dependency

This commit is contained in:
Chris Hennick 2023-04-23 15:03:17 -07:00
parent d3400509bc
commit 2f1d73851c
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -11,7 +11,7 @@ cargo-fuzz = true
[dependencies] [dependencies]
libfuzzer-sys = "0.4" libfuzzer-sys = "0.4"
[dependencies.zip] [dependencies.zip_next]
path = ".." path = ".."
# Prevent this from interfering with workspaces # Prevent this from interfering with workspaces