Skip to content

Commit

Permalink
Unrolled build for rust-lang#133670
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#133670 - RalfJung:hashbrown, r=Amanieu

bump hashbrown version

This pulls in rust-lang/hashbrown#586, in preparation for rust-lang#102575.

Cc ``@Amanieu``
  • Loading branch information
rust-timer authored Nov 30, 2024
2 parents f981b2e + 67a29ac commit fea754b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ dependencies = [

[[package]]
name = "hashbrown"
version = "0.15.0"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
dependencies = [
"allocator-api2",
"compiler_builtins",
Expand Down

0 comments on commit fea754b

Please sign in to comment.