mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
chore: bump tfhe-versionable to 0.6.3 and tfhe-zk-pok to 0.8.0
This commit is contained in:
committed by
Nicolas Sarlin
parent
aff5b7f0c6
commit
b8fd0e4240
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tfhe-versionable-derive"
|
||||
version = "0.6.2"
|
||||
version = "0.6.3"
|
||||
edition = "2021"
|
||||
keywords = ["versioning", "serialization", "encoding", "proc-macro", "derive"]
|
||||
homepage = "https://zama.ai/"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tfhe-versionable"
|
||||
version = "0.6.2"
|
||||
version = "0.6.3"
|
||||
edition = "2021"
|
||||
keywords = ["versioning", "serialization", "encoding"]
|
||||
homepage = "https://zama.ai/"
|
||||
@@ -26,7 +26,7 @@ toml = "0.8"
|
||||
|
||||
[dependencies]
|
||||
serde = { workspace = true, features = ["default", "derive"] }
|
||||
tfhe-versionable-derive = { version = "0.6.2", path = "../tfhe-versionable-derive" }
|
||||
tfhe-versionable-derive = { version = "0.6.3", path = "../tfhe-versionable-derive" }
|
||||
num-complex = { workspace = true, features = ["serde"] }
|
||||
aligned-vec = { workspace = true, features = ["default", "serde"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user