We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c1b03 commit 0084eb3Copy full SHA for 0084eb3
Cargo.toml
@@ -17,7 +17,7 @@ resolver = "2"
17
ark-ff = { version = "0.5.0", default-features = false }
18
ark-ec = { version = "0.5.0", default-features = false }
19
ark-std = { version = "0.5.0", default-features = false }
20
-ark-relations = { git = "https://github.com/alireza-shirzad/snark.git", default-features = true }
+ark-relations = { version = "0.5.0", default-features = true }
21
22
educe = "0.6.0"
23
tracing = { version = "0.1", default-features = false, features = [ "attributes" ] }
@@ -76,3 +76,6 @@ debug = true
76
77
[lints.rust]
78
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(ci)'] }
79
+
80
+[patch.crates-io]
81
+ark-relations = { git = "https://github.com/arkworks-rs/snark.git"}
0 commit comments