Skip to content

Commit a673eb1

Browse files
committed
bump versions, comment out patching
1 parent 6c81f65 commit a673eb1

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Cargo.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55

66
[workspace.package]
7-
version = "0.4.0"
7+
version = "0.5.0"
88
authors = ["arkworks contributors"]
99
description = "A library for constructing polynomial commitment schemes for use in zkSNARKs"
1010
repository = "https://github.com/arkworks-rs/poly-commit"
@@ -16,14 +16,14 @@ license = "MIT/Apache-2.0"
1616
edition = "2018"
1717

1818
[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 }
2727
rand_chacha = { version = "0.3.0", default-features = false }
2828

2929
[profile.release]
@@ -38,16 +38,16 @@ debug-assertions = true
3838
incremental = true
3939
debug = true
4040

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/" }
4747

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/" }
5050

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

Comments
 (0)