Skip to content

Commit

Permalink
build: use ahash 0.8.11
Browse files Browse the repository at this point in the history
Older versions of ahash break with Rust 1.78
tkaitchuck/aHash#200
  • Loading branch information
HampusMat committed Jul 10, 2024
1 parent c6995dc commit aa974ae
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
40 changes: 31 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ required-features = ["async", "factory"]
syrette_macros = { path = "./macros", version = "0.5.1" }
linkme = "0.3.0"
once_cell = "1.4"
ahash = "0.7.6"
ahash = "0.8.11"
thiserror = "1.0.32"
strum = "0.24.1"
strum_macros = "0.24.3"
Expand Down

0 comments on commit aa974ae

Please sign in to comment.