Skip to content

Commit f6e80d3

Browse files
committed
Bump ring-proof rev
1 parent cfd2f9b commit f6e80d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rand_chacha = { version = "0.3", default-features = false }
1818
rayon = { version = "1.10", default-features = false, optional = true }
1919
hmac = {version = "0.12", default-features = false, optional = true }
2020
# Waiting for crates.io
21-
ring-proof = { package = "ring", git = "https://github.com/davxy/ring-proof", rev = "6e45942", default-features = false, optional = true }
21+
ring-proof = { package = "ring", git = "https://github.com/davxy/ring-proof", rev = "149fa4b", default-features = false, optional = true }
2222
# Curves
2323
ark-secp256r1 = { version = "0.4.0", default-features = false, optional = true }
2424
ark-ed25519 = { version = "0.4.0", default-features = false, optional = true }

0 commit comments

Comments
 (0)