Skip to content

Commit 0084eb3

Browse files
relations crate fixed
1 parent a2c1b03 commit 0084eb3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resolver = "2"
1717
ark-ff = { version = "0.5.0", default-features = false }
1818
ark-ec = { version = "0.5.0", default-features = false }
1919
ark-std = { version = "0.5.0", default-features = false }
20-
ark-relations = { git = "https://github.com/alireza-shirzad/snark.git", default-features = true }
20+
ark-relations = { version = "0.5.0", default-features = true }
2121

2222
educe = "0.6.0"
2323
tracing = { version = "0.1", default-features = false, features = [ "attributes" ] }
@@ -76,3 +76,6 @@ debug = true
7676

7777
[lints.rust]
7878
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

Comments
 (0)