chore(zk): bump version to 0.2.0

This commit is contained in:
Arthur Meyre
2024-06-12 09:22:50 +02:00
parent c35cb4998d
commit 0d8b1c6509
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tfhe-zk-pok"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
keywords = ["zero", "knowledge", "proof", "vector-commitments"]
homepage = "https://zama.ai/"

View File

@@ -73,7 +73,7 @@ sha3 = { version = "0.10", optional = true }
# While we wait for repeat_n in rust standard library
itertools = "0.11.0"
rand_core = { version = "0.6.4", features = ["std"] }
tfhe-zk-pok = { version = "0.1.0", path = "../tfhe-zk-pok", optional = true }
tfhe-zk-pok = { version = "0.2.0", path = "../tfhe-zk-pok", optional = true }
# wasm deps
wasm-bindgen = { version = "0.2.86", features = [