Skip to content

Commit 0e914ea

Browse files
author
Daniel Kuehr
committed
bump proof-systems dependency to latest commit fixing the out of bounds panic
1 parent 8b9474b commit 0e914ea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ mina-p2p-messages = { path = "mina-p2p-messages" }
5050
poseidon = { path = "poseidon" }
5151
ledger = { path = "ledger", package = "mina-tree" }
5252

53-
mina-hasher = { git = "https://github.com/openmina/proof-systems", rev = "dec49a9" }
54-
mina-signer = { git = "https://github.com/openmina/proof-systems", rev = "dec49a9" }
55-
mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "dec49a9" }
56-
# UNCOMMENTED_IN_CI mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "dec49a9", features = [ "32x9" ] }
57-
o1-utils = { git = "https://github.com/openmina/proof-systems", rev = "dec49a9" }
58-
kimchi = { git = "https://github.com/openmina/proof-systems", rev = "dec49a9" }
59-
mina-poseidon = { git = "https://github.com/openmina/proof-systems", rev = "dec49a9" }
60-
poly-commitment = { git = "https://github.com/openmina/proof-systems", rev = "dec49a9" }
53+
mina-hasher = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2" }
54+
mina-signer = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2" }
55+
mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2" }
56+
# UNCOMMENTED_IN_CI mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2", features = [ "32x9" ] }
57+
o1-utils = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2" }
58+
kimchi = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2" }
59+
mina-poseidon = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2" }
60+
poly-commitment = { git = "https://github.com/openmina/proof-systems", rev = "e5552e2" }
6161

6262
libp2p = { git = "https://github.com/openmina/rust-libp2p", rev = "5c44c7d9", default-features = false }
6363
vrf = { path = "vrf" }

0 commit comments

Comments
 (0)