Skip to content

Commit

Permalink
Fix hashbrown remote
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscerie committed Feb 16, 2024
1 parent b402d7e commit 42129cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ahash = { version = "0.8.7", default-features = false, features = [
"compile-time-rng",
] } # NOTE: Be sure to keep this version the same as the dependency in `hashbrown`.
anyhow = { version = "1.0.40", default-features = false }
hashbrown = { git = "https://github.com/chriscerie/hashbrown.git", branch = "bump-ahash", default-features = false, features = [
hashbrown = { git = "https://github.com/rust-lang/hashbrown.git", branch = "main", default-features = false, features = [
"ahash",
"serde",
] } # NOTE: When upgrading, see `ahash` dependency.
Expand Down

0 comments on commit 42129cf

Please sign in to comment.