Skip to content

Commit

Permalink
chore: bump tfhe-zk-pok version to 0.3.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Sep 11, 2024
1 parent 0612ef5 commit 7bf0dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tfhe-zk-pok/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tfhe-zk-pok"
version = "0.3.0-alpha.0"
version = "0.3.0-alpha.1"
edition = "2021"
keywords = ["zero", "knowledge", "proof", "vector-commitments"]
homepage = "https://zama.ai/"
Expand Down
2 changes: 1 addition & 1 deletion tfhe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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.3.0-alpha.0", path = "../tfhe-zk-pok", optional = true }
tfhe-zk-pok = { version = "0.3.0-alpha.1", path = "../tfhe-zk-pok", optional = true }
tfhe-versionable = { version = "0.2.1", path = "../utils/tfhe-versionable" }

# wasm deps
Expand Down

0 comments on commit 7bf0dc1

Please sign in to comment.