Fix bumpalo issue

This commit is contained in:
Julien Cretin
2022-08-23 10:43:44 +02:00
parent 5509e3f072
commit a44d961e7e
2 changed files with 5 additions and 3 deletions

View File

@@ -11,9 +11,6 @@ cargo-fuzz = true
[dependencies]
libfuzzer-sys = { version = "0.3" }
fuzz_helper = { path = "fuzz_helper" }
# We import to explicitly lock the version.
# Remove this dependency once CTAP is a library.
bumpalo = "=3.8.0"
# Prevent this from interfering with workspaces
[workspace]