Change fuzzcheck dependency to point to git repository

This commit is contained in:
Loïc Lecrenier 2022-09-21 11:07:05 +02:00 committed by Loïc Lecrenier
parent 1ecd3bb822
commit a2270b7432
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 = { path = "../../fuzzcheck-rs/fuzzcheck" }
fuzzcheck = { git = "https://github.com/loiclec/fuzzcheck-rs", branch = "main" }
[features]
default = [ "charabia/default" ]