Depend on released version of fuzzcheck from crates.io

This commit is contained in:
Loïc Lecrenier 2022-10-26 14:06:59 +02:00
parent 2741756248
commit 631e9910da
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ md5 = "0.7.0"
rand = {version = "0.8.5", features = ["small_rng"] }
[target.'cfg(fuzzing)'.dev-dependencies]
fuzzcheck = { git = "https://github.com/loiclec/fuzzcheck-rs", branch = "main" } # TODO: use released version
fuzzcheck = "0.12.1"
[features]
default = [ "charabia/default" ]