Skip to content

Commit c3842f4

Browse files
committed
rem patch
1 parent b7db61e commit c3842f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sha2 = { version = "0.10", default-features = false }
1717
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 }
20-
ring-proof = { package = "w3f-ring-proof", version = "0.0.1", default-features = false, optional = true }
20+
ring-proof = { package = "w3f-ring-proof", git = "https://github.com/davxy/ring-proof", rev = "8b2cab8", default-features = false, optional = true }
2121
# Curves
2222
ark-secp256r1 = { version = "0.5.0", default-features = false, optional = true }
2323
ark-ed25519 = { version = "0.5.0", default-features = false, optional = true }
@@ -77,6 +77,3 @@ asm = [
7777
test-vectors = [
7878
"ring-proof?/test-vectors"
7979
]
80-
81-
[patch.crates-io]
82-
w3f-ring-proof = { git = "https://github.com/davxy/ring-proof", rev = "8b2cab8" }

0 commit comments

Comments
 (0)