Skip to content

Commit

Permalink
chore(versionable): prepare release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarlin-zama committed Oct 7, 2024
1 parent 28c86b3 commit c4bfd2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.0"
version = "0.3.1"
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.0"
version = "0.3.1"
edition = "2021"
keywords = ["versioning", "serialization", "encoding"]
homepage = "https://zama.ai/"
Expand All @@ -26,7 +26,7 @@ toml = "0.8"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
tfhe-versionable-derive = { version = "0.3.0", path = "../tfhe-versionable-derive" }
tfhe-versionable-derive = { version = "0.3.1", path = "../tfhe-versionable-derive" }
num-complex = { version = "0.4", features = ["serde"] }
aligned-vec = { version = "0.5", features = ["serde"] }

Expand Down

0 comments on commit c4bfd2d

Please sign in to comment.