X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=bench%2FCargo.toml;h=ff254e1d9ccc97f671aa44374987e818162afca8;hb=4026d4efd1eb92c47fe567eee6a9cd8824dc1cf2;hp=05354890c2a8fb4f5f0e9233fa273d444aac7cd9;hpb=68e25c6c851b76115613dfd770e27b182404cc56;p=rust-lightning diff --git a/bench/Cargo.toml b/bench/Cargo.toml index 05354890..ff254e1d 100644 --- a/bench/Cargo.toml +++ b/bench/Cargo.toml @@ -9,7 +9,7 @@ name = "bench" harness = false [features] -hashbrown = ["lightning/hashbrown"] +hashbrown = ["lightning/hashbrown", "lightning/ahash"] [dependencies] lightning = { path = "../lightning", features = ["_test_utils", "criterion"] }