Skip to content

Commit 095b08f

Browse files
committed
core: update ahash for latest nightly
relevant issue: tkaitchuck/aHash#200 Signed-off-by: Lakshya Singh <[email protected]>
1 parent a851bf9 commit 095b08f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vls-core/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@ backtrace = { version = "0.3", optional = true }
7373
tonic = { version = "0.9", optional = true, default-features = false }
7474

7575
# match hashbrown dependency version via lightning
76-
# pin ahash - latest doesn't work with the current nightly compiler we use
7776
hashbrown = "0.13.2"
78-
ahash = { version = "=0.8.4", default-features = false }
77+
ahash = { version = "0.8.7", default-features = false }
7978

8079
itertools = { version = "0.10", default-features = false }
8180

0 commit comments

Comments
 (0)