Skip to content

Commit 2c98ebc

Browse files
committed
Bump versions
Signed-off-by: lovesh <lovesh.bond@gmail.com>
1 parent 9bf1f96 commit 2c98ebc

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license.workspace = true
88
[dependencies]
99
bbs_plus = { version = "0.13.0", default-features = false, path = "../bbs_plus" }
1010
schnorr_pok = { version = "0.10.0", default-features = false, path = "../schnorr_pok" }
11-
vb_accumulator = { version = "0.12.0", default-features = false, path = "../vb_accumulator" }
11+
vb_accumulator = { version = "0.13.0", default-features = false, path = "../vb_accumulator" }
1212
test_utils = { version = "0.1.0", default-features = false, path = "../test_utils" }
1313
ark-ff.workspace = true
1414
ark-ec.workspace = true

legogroth16/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "legogroth16"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = [ "arkworks contributors", "Dock.io" ]
55
description = "An implementation of the LegoGroth16, the Legosnark variant of Groth16 zkSNARK proof system"
66
repository.workspace = true

proof_system/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ digest.workspace = true
2020
rayon = {workspace = true, optional = true}
2121
bbs_plus = { version = "0.13.0", default-features = false, path = "../bbs_plus" }
2222
schnorr_pok = { version = "0.10.0", default-features = false, path = "../schnorr_pok" }
23-
vb_accumulator = { version = "0.12.0", default-features = false, path = "../vb_accumulator" }
23+
vb_accumulator = { version = "0.13.0", default-features = false, path = "../vb_accumulator" }
2424
dock_crypto_utils = { version = "0.10.0", default-features = false, path = "../utils" }
25-
saver = { version = "0.9.0", default-features = false, path = "../saver" }
25+
saver = { version = "0.10.0", default-features = false, path = "../saver" }
2626
serde.workspace = true
2727
serde_with.workspace = true
2828
ark-groth16.workspace = true
@@ -31,7 +31,7 @@ ark-relations.workspace = true
3131
zeroize.workspace = true
3232
coconut-crypto = { version = "0.1.0", default-features = false, path = "../coconut" }
3333
merlin = { workspace = true, default-features = false }
34-
legogroth16 = { version = "0.6.0", default-features = false, features = ["circom", "aggregation"], path = "../legogroth16" }
34+
legogroth16 = { version = "0.7.0", default-features = false, features = ["circom", "aggregation"], path = "../legogroth16" }
3535
itertools = "0.10.5"
3636
paste = "1.0.12"
3737

saver/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "saver"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true
@@ -21,7 +21,7 @@ dock_crypto_utils = { version = "0.10.0", default-features = false, path = "../u
2121
serde.workspace = true
2222
serde_with.workspace = true
2323
zeroize.workspace = true
24-
legogroth16 = { version = "0.6.0", default-features = false, features = ["aggregation"], path = "../legogroth16" }
24+
legogroth16 = { version = "0.7.0", default-features = false, features = ["aggregation"], path = "../legogroth16" }
2525
merlin = { workspace = true, default-features = false }
2626

2727
[dev-dependencies]

test_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license.workspace = true
88
[dependencies]
99
bbs_plus = { version = "0.13.0", default-features = false, path = "../bbs_plus" }
1010
schnorr_pok = { version = "0.10.0", default-features = false, path = "../schnorr_pok" }
11-
vb_accumulator = { version = "0.12.0", default-features = false, path = "../vb_accumulator" }
11+
vb_accumulator = { version = "0.13.0", default-features = false, path = "../vb_accumulator" }
1212
ark-ff.workspace = true
1313
ark-ec.workspace = true
1414
ark-std.workspace = true

vb_accumulator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vb_accumulator"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)