diff --git a/Cargo.lock b/Cargo.lock index 8b79dea..1d8609b 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,7 +15,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" dependencies = [ "foldhash", - "rustc-std-workspace-alloc", ] [[package]] @@ -24,9 +23,3 @@ version = "0.1.0" dependencies = [ "hashbrown", ] - -[[package]] -name = "rustc-std-workspace-alloc" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9d441c3b2ebf55cebf796bfdc265d67fa09db17b7bb6bd4be75c509e1e8fec3" diff --git a/Cargo.toml b/Cargo.toml index 11d78bd..e3ccda0 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] hashbrown = { version = "0.15", default-features = false, features = [ - "alloc", + # "alloc", "default-hasher", ] }