1
1
[package ]
2
2
name = " ark-r1cs-std"
3
- version = " 0.4 .0"
3
+ version = " 0.5 .0"
4
4
authors = [ " arkworks contributors" ]
5
5
description = " A standard library for constraint system gadgets"
6
6
homepage = " https://arkworks.rs"
@@ -14,10 +14,10 @@ edition = "2021"
14
14
resolver = " 2"
15
15
16
16
[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 }
21
21
22
22
educe = " 0.6.0"
23
23
tracing = { version = " 0.1" , default-features = false , features = [ " attributes" ] }
@@ -26,17 +26,17 @@ num-traits = { version = "0.2", default-features = false }
26
26
num-integer = { version = " 0.1.44" , default-features = false }
27
27
28
28
[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 }
31
31
paste = " 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 }
40
40
41
41
[features ]
42
42
default = [" std" ]
@@ -76,18 +76,3 @@ debug = true
76
76
[lints .rust ]
77
77
unexpected_cfgs = { level = " warn" , check-cfg = [' cfg(ci)' ] }
78
78
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