Skip to content

Commit

Permalink
fixed hashbrown version
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio95 authored and mmagician committed Oct 30, 2023
1 parent 12afb33 commit 6967c28
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 @@ -20,7 +20,7 @@ merlin = { version = "3.0.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.13", default-features = false, optional = true }
hashbrown = { version = "0.14", default-features = false, optional = true }

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

0 comments on commit 6967c28

Please sign in to comment.