Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-event/Cargo.toml')
-rw-r--r--helix-event/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-event/Cargo.toml b/helix-event/Cargo.toml
index ddf30b7d..41f3b483 100644
--- a/helix-event/Cargo.toml
+++ b/helix-event/Cargo.toml
@@ -13,7 +13,7 @@ homepage.workspace = true
[dependencies]
foldhash.workspace = true
-hashbrown = "0.16"
+hashbrown = "0.15"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] }
# the event registry is essentially read only but must be an rwlock so we can
# setup new events on initialization, hardware-lock-elision hugely benefits this case