diff --git a/libafl/Cargo.toml b/libafl/Cargo.toml index 1acab24f96..c9682f0c98 100644 --- a/libafl/Cargo.toml +++ b/libafl/Cargo.toml @@ -78,7 +78,7 @@ rand = { version = "0.8.1", optional = true } # rand_core = { version = "0.6.2", optional = true } # This dependency allows us to export our RomuRand as rand::Rng. nix = { version = "0.20.0", optional = true } regex = { version = "1", optional = true } -build_id = { version = "0.2.1", optional = true } +build_id = { version = "0.2.1", git = "https://github.com/domenukk/build_id", branch = "main", optional = true } uuid = { version = "0.8.2", optional = true, features = ["serde"] } libm = "0.2.1"