11[package ]
22name = " ark-r1cs-std"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44authors = [ " arkworks contributors" ]
55description = " A standard library for constraint system gadgets"
66homepage = " https://arkworks.rs"
@@ -14,10 +14,10 @@ edition = "2021"
1414resolver = " 2"
1515
1616[dependencies ]
17- ark-ff = { version = " 0.4 .0" , default-features = false }
18- ark-ec = { version = " 0.4 .0" , default-features = false }
19- ark-std = { version = " 0.4 .0" , default-features = false }
20- ark-relations = { version = " 0.4 .0" , default-features = false }
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 = { version = " 0.5 .0" , default-features = false }
2121
2222educe = " 0.6.0"
2323tracing = { version = " 0.1" , default-features = false , features = [ " attributes" ] }
@@ -26,17 +26,17 @@ num-traits = { version = "0.2", default-features = false }
2626num-integer = { version = " 0.1.44" , default-features = false }
2727
2828[dev-dependencies ]
29- ark-test-curves = { version = " 0.4 .0" , default-features = false , features = [" bls12_381_scalar_field" , " bls12_381_curve" , " mnt4_753_scalar_field" ] }
30- ark-poly = { version = " 0.4 .0" , default-features = false }
29+ ark-test-curves = { version = " 0.5 .0" , default-features = false , features = [" bls12_381_scalar_field" , " bls12_381_curve" , " mnt4_753_scalar_field" ] }
30+ ark-poly = { version = " 0.5 .0" , default-features = false }
3131paste = " 1.0"
32- ark-bls12-377 = { version = " 0.4 .0" , features = [" curve" ], default-features = false }
33- ark-bls12-381 = { version = " 0.4 .0" , features = [" curve" ], default-features = false }
34- ark-mnt4-298 = { version = " 0.4 .0" , features = [" curve" ], default-features = false }
35- ark-mnt4-753 = { version = " 0.4 .0" , features = [" curve" ], default-features = false }
36- ark-mnt6-298 = { version = " 0.4 .0" , default-features = false }
37- ark-mnt6-753 = { version = " 0.4 .0" , default-features = false }
38- ark-pallas = { version = " 0.4 .0" , features = [" curve" ], default-features = false }
39- ark-bn254 = { version = " 0.4 .0" , features = [" curve" ], default-features = false }
32+ ark-bls12-377 = { version = " 0.5 .0" , features = [" curve" ], default-features = false }
33+ ark-bls12-381 = { version = " 0.5 .0" , features = [" curve" ], default-features = false }
34+ ark-mnt4-298 = { version = " 0.5 .0" , features = [" curve" ], default-features = false }
35+ ark-mnt4-753 = { version = " 0.5 .0" , features = [" curve" ], default-features = false }
36+ ark-mnt6-298 = { version = " 0.5 .0" , default-features = false }
37+ ark-mnt6-753 = { version = " 0.5 .0" , default-features = false }
38+ ark-pallas = { version = " 0.5 .0" , features = [" curve" ], default-features = false }
39+ ark-bn254 = { version = " 0.5 .0" , features = [" curve" ], default-features = false }
4040
4141[features ]
4242default = [" std" ]
@@ -76,18 +76,3 @@ debug = true
7676[lints .rust ]
7777unexpected_cfgs = { level = " warn" , check-cfg = [' cfg(ci)' ] }
7878
79- [patch .crates-io ]
80- ark-ff = { git = " https://github.com/arkworks-rs/algebra/" }
81- ark-ec = { git = " https://github.com/arkworks-rs/algebra/" }
82- ark-poly = { git = " https://github.com/arkworks-rs/algebra/" }
83- ark-serialize = { git = " https://github.com/arkworks-rs/algebra/" }
84- ark-test-curves = { git = " https://github.com/arkworks-rs/algebra/" }
85- ark-bn254 = { git = " https://github.com/arkworks-rs/curves/" }
86- ark-bls12-377 = { git = " https://github.com/arkworks-rs/curves/" }
87- ark-bls12-381 = { git = " https://github.com/arkworks-rs/curves/" }
88- ark-mnt4-298 = { git = " https://github.com/arkworks-rs/curves/" }
89- ark-mnt4-753 = { git = " https://github.com/arkworks-rs/curves/" }
90- ark-mnt6-298 = { git = " https://github.com/arkworks-rs/curves/" }
91- ark-mnt6-753 = { git = " https://github.com/arkworks-rs/curves/" }
92- ark-pallas = { git = " https://github.com/arkworks-rs/curves/" }
93- ark-std = { git = " https://github.com/arkworks-rs/std/" }
0 commit comments