Skip to content

Commit 7b7fbd2

Browse files
authored
Merging the develop branch into the main branch, v1.2.0
This merge contains the following set of changes: - API for revealing data required for compliance report (#9)
2 parents 1e0de98 + d2e3a3e commit 7b7fbd2

File tree

3 files changed

+324
-37
lines changed

3 files changed

+324
-37
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libzeropool-zkbob"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["Igor Gulamov <igor.gulamov@gmail.com>"]
55
homepage = "https://github.com/zkbob/libzeropool"
66
repository = "https://github.com/zkbob/libzeropool"
@@ -48,6 +48,9 @@ in15out127=[]
4848
cli_libzeropool_setup = ["clap", "fawkes-crypto/rand_support", "fawkes-crypto/backend_bellman_groth16"]
4949
default=["cli_libzeropool_setup", "in3out127"]
5050

51+
[dev-dependencies]
52+
test-case = "2.2.2"
53+
5154
[dev-dependencies.fawkes-crypto]
5255
git = "https://github.com/zkBob/fawkes-crypto"
5356
branch = "master"

0 commit comments

Comments
 (0)