Skip to content

Commit

Permalink
chore(versionable): bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarlin-zama committed Jan 7, 2025
1 parent 50791b5 commit 10c564e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tfhe-zk-pok/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sha3 = "0.10.8"
serde = { workspace = true, features = ["default", "derive"] }
zeroize = "1.7.0"
num-bigint = "0.4.5"
tfhe-versionable = { version = "0.3.2", path = "../utils/tfhe-versionable" }
tfhe-versionable = { version = "0.4.0", path = "../utils/tfhe-versionable" }

[dev-dependencies]
serde_json = "~1.0"
Expand Down
2 changes: 1 addition & 1 deletion tfhe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ sha3 = { version = "0.10", optional = true }
itertools = { workspace = true }
rand_core = { version = "0.6.4", features = ["std"] }
tfhe-zk-pok = { version = "0.3.1", path = "../tfhe-zk-pok", optional = true }
tfhe-versionable = { version = "0.3.2", path = "../utils/tfhe-versionable" }
tfhe-versionable = { version = "0.4.0", path = "../utils/tfhe-versionable" }

# wasm deps
wasm-bindgen = { workspace = true, features = [
Expand Down
2 changes: 1 addition & 1 deletion tfhe/docs/guides/data_versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can load serialized data with the `unversionize` function, even in newer ver
[dependencies]
# ...
tfhe = { version = "0.10.0", features = ["integer"] }
tfhe-versionable = "0.2.0"
tfhe-versionable = "0.4.0"
bincode = "1.3.3"
```

Expand Down
2 changes: 1 addition & 1 deletion utils/tfhe-versionable-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tfhe-versionable-derive"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
keywords = ["versioning", "serialization", "encoding", "proc-macro", "derive"]
homepage = "https://zama.ai/"
Expand Down
4 changes: 2 additions & 2 deletions utils/tfhe-versionable/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tfhe-versionable"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
keywords = ["versioning", "serialization", "encoding"]
homepage = "https://zama.ai/"
Expand All @@ -26,7 +26,7 @@ toml = "0.8"

[dependencies]
serde = { workspace = true, features = ["default", "derive"] }
tfhe-versionable-derive = { version = "0.3.2", path = "../tfhe-versionable-derive" }
tfhe-versionable-derive = { version = "0.4.0", path = "../tfhe-versionable-derive" }
num-complex = { workspace = true, features = ["serde"] }
aligned-vec = { workspace = true, features = ["default", "serde"] }

Expand Down

0 comments on commit 10c564e

Please sign in to comment.