diff --git a/Cargo.toml b/Cargo.toml index dd4fc911..7768ebb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,7 @@ rand = "^0.7" sled = { version = "0.34", optional = true } electrum-client = { version = "0.8", optional = true } rusqlite = { version = "0.25.3", optional = true } +ahash = { version = "=0.7.4", optional = true } reqwest = { version = "0.11", optional = true, features = ["json"] } ureq = { version = "2.1", features = ["json"], optional = true } futures = { version = "0.3", optional = true } @@ -57,7 +58,7 @@ minimal = [] compiler = ["miniscript/compiler"] verify = ["bitcoinconsensus"] default = ["key-value-db", "electrum"] -sqlite = ["rusqlite"] +sqlite = ["rusqlite", "ahash"] compact_filters = ["rocksdb", "socks", "lazy_static", "cc"] key-value-db = ["sled"] all-keys = ["keys-bip39"]