@@ -4,7 +4,7 @@ resolver = "2"
4
4
5
5
6
6
[workspace .package ]
7
- version = " 0.4 .0"
7
+ version = " 0.5 .0"
8
8
authors = [" arkworks contributors" ]
9
9
description = " A library for constructing polynomial commitment schemes for use in zkSNARKs"
10
10
repository = " https://github.com/arkworks-rs/poly-commit"
@@ -16,14 +16,14 @@ license = "MIT/Apache-2.0"
16
16
edition = " 2018"
17
17
18
18
[workspace .dependencies ]
19
- ark-serialize = { version = " ^0.4 .0" , default-features = false }
20
- ark-ff = { version = " ^0.4 .0" , default-features = false }
21
- ark-ec = { version = " ^0.4 .0" , default-features = false }
22
- ark-poly = { version = " ^0.4 .0" , default-features = false }
23
- ark-crypto-primitives = { version = " ^0.4 .0" , default-features = false }
24
- ark-std = { version = " ^0.4 .0" , default-features = false }
25
- ark-relations = { version = " ^0.4 .0" , default-features = false }
26
- ark-r1cs-std = { version = " ^0.4 .0" , default-features = false }
19
+ ark-serialize = { version = " 0.5 .0" , default-features = false }
20
+ ark-ff = { version = " 0.5 .0" , default-features = false }
21
+ ark-ec = { version = " 0.5 .0" , default-features = false }
22
+ ark-poly = { version = " 0.5 .0" , default-features = false }
23
+ ark-crypto-primitives = { version = " 0.5 .0" , default-features = false }
24
+ ark-std = { version = " 0.5 .0" , default-features = false }
25
+ ark-relations = { version = " 0.5 .0" , default-features = false }
26
+ ark-r1cs-std = { version = " 0.5 .0" , default-features = false }
27
27
rand_chacha = { version = " 0.3.0" , default-features = false }
28
28
29
29
[profile .release ]
@@ -38,16 +38,16 @@ debug-assertions = true
38
38
incremental = true
39
39
debug = true
40
40
41
- [patch .crates-io ]
42
- ark-std = { git = " https://github.com/arkworks-rs/std/" }
43
- ark-ff = { git = " https://github.com/arkworks-rs/algebra/" }
44
- ark-ec = { git = " https://github.com/arkworks-rs/algebra/" }
45
- ark-serialize = { git = " https://github.com/arkworks-rs/algebra/" }
46
- ark-poly = { git = " https://github.com/arkworks-rs/algebra/" }
41
+ # [patch.crates-io]
42
+ # ark-std = { git = "https://github.com/arkworks-rs/std/" }
43
+ # ark-ff = { git = "https://github.com/arkworks-rs/algebra/" }
44
+ # ark-ec = { git = "https://github.com/arkworks-rs/algebra/" }
45
+ # ark-serialize = { git = "https://github.com/arkworks-rs/algebra/" }
46
+ # ark-poly = { git = "https://github.com/arkworks-rs/algebra/" }
47
47
48
- ark-crypto-primitives = { git = " https://github.com/arkworks-rs/crypto-primitives/" }
49
- ark-r1cs-std = { git = " https://github.com/arkworks-rs/r1cs-std/" }
48
+ # ark-crypto-primitives = { git = "https://github.com/arkworks-rs/crypto-primitives/" }
49
+ # ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std/" }
50
50
51
- ark-bls12-377 = { git = " https://github.com/arkworks-rs/algebra/" }
52
- ark-bls12-381 = { git = " https://github.com/arkworks-rs/algebra/" }
53
- ark-bn254 = { git = " https://github.com/arkworks-rs/algebra/" }
51
+ # ark-bls12-377 = { git = "https://github.com/arkworks-rs/algebra/" }
52
+ # ark-bls12-381 = { git = "https://github.com/arkworks-rs/algebra/" }
53
+ # ark-bn254 = { git = "https://github.com/arkworks-rs/algebra/" }
0 commit comments