Skip to content

Commit

Permalink
Downgrade hashbrown
Browse files Browse the repository at this point in the history
  • Loading branch information
autquis committed Oct 19, 2024
1 parent ef199a1 commit 780d9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poly-commit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ark-std = { version = "^0.4.0", default-features = false }

ark-relations = { version = "^0.4.0", default-features = false, optional = true }
ark-r1cs-std = { version = "^0.4.0", default-features = false, optional = true }
hashbrown = { version = "0.14", default-features = false, optional = true }
hashbrown = { version = "0.13", default-features = false, optional = true}

digest = "0.10"
derivative = { version = "2", features = [ "use_core" ] }
Expand Down

0 comments on commit 780d9dc

Please sign in to comment.