Skip to content

Commit

Permalink
std-support: upgrade hashbrown
Browse files Browse the repository at this point in the history
Yanked version of `ahash` is used by hashbrown, fix this by upgrading
hashbrown to latest.

Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 authored and jyao1 committed Sep 10, 2024
1 parent 15a8d3d commit 7ef3839
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 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 src/std-support/rust-std-stub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "readme.md"
sys_time = {path = "../sys_time"}

[dependencies.hashbrown]
version = "0.11.2"
version = "0.14.5"

[dependencies.spin]
version = "0.5.2"

0 comments on commit 7ef3839

Please sign in to comment.