From 13b4a143b8b7a1270f0474be6101234c5e5f0878 Mon Sep 17 00:00:00 2001 From: Toka Date: Sun, 11 Jul 2021 08:47:01 +0900 Subject: [PATCH] branch main (#219) --- libafl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl/Cargo.toml b/libafl/Cargo.toml index 5bd162d0b8..7a774f5817 100644 --- a/libafl/Cargo.toml +++ b/libafl/Cargo.toml @@ -53,7 +53,7 @@ path = "./examples/llmp_test/main.rs" required-features = ["std"] [dependencies] -tuple_list = { version = "0.1.2", git = "https://github.com/domenukk/tuple_list" } +tuple_list = { version = "0.1.2", git = "https://github.com/domenukk/tuple_list", branch = "main" } hashbrown = { version = "0.9", features = ["serde", "ahash-compile-time-rng"], default-features=false } # A faster hashmap, nostd compatible num = { version = "0.4.0", default-features = false } xxhash-rust = { version = "0.8.2", features = ["xxh3"] } # xxh3 hashing for rust