Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/intern/Cargo.toml')
-rw-r--r--crates/intern/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/intern/Cargo.toml b/crates/intern/Cargo.toml
index 1e6e8ff32f..2ba802f057 100644
--- a/crates/intern/Cargo.toml
+++ b/crates/intern/Cargo.toml
@@ -15,7 +15,10 @@ doctest = false
[dependencies]
dashmap.workspace = true
-hashbrown.workspace = true
+# We need to freeze the version of the crate, as it needs to match with dashmap
+hashbrown = { version = "0.14.*", features = [
+ "inline-more",
+], default-features = false }
rustc-hash.workspace = true
triomphe.workspace = true
rayon.workspace = true