diff options
author | Pascal Kuthe | 2024-01-11 13:13:39 +0000 |
---|---|---|
committer | GitHub | 2024-01-11 13:13:39 +0000 |
commit | 7739d3ece1828506bbf2ab87233d10e36c3f6098 (patch) | |
tree | 4c4058a835c6be356d8ef61df5b199d2fd2df178 /helix-core | |
parent | 84e24b33dcda16d1d64805f34dcc02d82d0de8f1 (diff) |
Revert "build(deps): bump ahash from 0.8.6 to 0.8.7" (#9294)
Diffstat (limited to 'helix-core')
-rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index ff0bbcc3..d7fff6c6 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -31,7 +31,7 @@ once_cell = "1.19" arc-swap = "1" regex = "1" bitflags = "2.4" -ahash = "0.8.7" +ahash = "0.8.6" hashbrown = { version = "0.14.3", features = ["raw"] } dunce = "1.0" |