From a2270b7432d2921603df502f6befc88d58f75118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Lecrenier?= Date: Wed, 21 Sep 2022 11:07:05 +0200 Subject: [PATCH] Change fuzzcheck dependency to point to git repository --- milli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milli/Cargo.toml b/milli/Cargo.toml index 2f881fccb..49988da0b 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -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" ]