Skip to content

Commit

Permalink
Downgrade hashbrown
Browse files Browse the repository at this point in the history
  • Loading branch information
autquis committed Oct 21, 2024
1 parent eee8e0b commit 65ef67c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poly-commit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ ark-ec = { version = "^0.4.0", default-features = false }
ark-poly = {version = "^0.4.0", default-features = false }
ark-crypto-primitives = {version = "^0.4.0", default-features = false, features = ["sponge", "merkle_tree"] }
ark-std = { version = "^0.4.0", default-features = false }
blake2 = { version = "0.10", default-features = false }
rand = { version = "0.8.0", optional = true }
ark-relations = { version = "^0.4.0", default-features = false, optional = true }
ark-r1cs-std = { version = "^0.4.0", default-features = false, optional = true }

blake2 = { version = "0.10", default-features = false }
digest = "0.10"
derivative = { version = "2", features = [ "use_core" ] }
hashbrown = { version = "0.13", default-features = false, optional = true }
rand = { version = "0.8.0", optional = true }
rayon = { version = "1", optional = true }
hashbrown = { version = "0.14", default-features = false, optional = true }

[[bench]]
name = "ipa_times"
Expand Down

0 comments on commit 65ef67c

Please sign in to comment.