File tree Expand file tree Collapse file tree 3 files changed +9
-17
lines changed
Expand file tree Collapse file tree 3 files changed +9
-17
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,3 @@ lto = "thin"
2929incremental = true
3030debug-assertions = true
3131debug = true
32-
33- [patch .crates-io ]
34- ark-ff = { git = " https://github.com/arkworks-rs/algebra" }
35- ark-ec = { git = " https://github.com/arkworks-rs/algebra" }
36- ark-test-curves = { git = " https://github.com/arkworks-rs/algebra" }
37- ark-std = { git = " https://github.com/arkworks-rs/std" }
38- ark-serialize = { git = " https://github.com/arkworks-rs/algebra" }
39- ark-poly = { git = " https://github.com/arkworks-rs/algebra" }
Original file line number Diff line number Diff line change 11[package ]
22name = " ark-relations"
3- version = " 0.3.0 "
3+ version = " 0.4.0-alpha.1 "
44authors = [ " arkworks constributors" ]
55description = " A library for rank-one constraint systems"
66homepage = " https://arkworks.rs"
@@ -13,13 +13,13 @@ license = "MIT/Apache-2.0"
1313edition = " 2021"
1414
1515[dependencies ]
16- ark-ff = { version = " ^0.3.0 " , default-features = false }
17- ark-std = { version = " ^0.3.0 " , default-features = false }
16+ ark-ff = { version = " 0.4.0-alpha " , default-features = false }
17+ ark-std = { version = " 0.4.0-alpha " , default-features = false }
1818tracing = { version = " 0.1" , default-features = false }
1919tracing-subscriber = { version = " 0.2" , default-features = false , optional = true }
2020
2121[dev-dependencies ]
22- ark-test-curves = { version = " ^0.3.0 " , default-features = false , features = [ " bls12_381_scalar_field" ] }
22+ ark-test-curves = { version = " 0.4.0-alpha " , default-features = false , features = [ " bls12_381_scalar_field" ] }
2323
2424[features ]
2525default = []
Original file line number Diff line number Diff line change 11[package ]
22name = " ark-snark"
3- version = " 0.3.0 "
3+ version = " 0.4.0-alpha.1 "
44authors = [ " arkworks contributors" ]
55description = " A library for SNARK traits"
66homepage = " https://arkworks.rs"
@@ -13,7 +13,7 @@ license = "MIT/Apache-2.0"
1313edition = " 2021"
1414
1515[dependencies ]
16- ark-ff = { version = " ^0.3.0 " , default-features = false }
17- ark-std = { version = " ^0.3.0 " , default-features = false }
18- ark-serialize = { version = " ^0.3.0 " , default-features = false }
19- ark-relations = { version = " ^0.3.0 " , path = " ../relations" , default-features = false }
16+ ark-ff = { version = " 0.4.0-alpha " , default-features = false }
17+ ark-std = { version = " 0.4.0-alpha " , default-features = false }
18+ ark-serialize = { version = " 0.4.0-alpha " , default-features = false }
19+ ark-relations = { version = " 0.4.0-alpha " , path = " ../relations" , default-features = false }
You can’t perform that action at this time.
0 commit comments