Skip to content

Commit

Permalink
core: update ahash for latest nightly
Browse files Browse the repository at this point in the history
relevant issue: tkaitchuck/aHash#200

Signed-off-by: Lakshya Singh <[email protected]>
  • Loading branch information
king-11 committed Oct 15, 2024
1 parent a851bf9 commit 095b08f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions vls-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ backtrace = { version = "0.3", optional = true }
tonic = { version = "0.9", optional = true, default-features = false }

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

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

Expand Down

0 comments on commit 095b08f

Please sign in to comment.