Skip to content

Commit

Permalink
chore: update version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarlin-zama committed Nov 6, 2024
1 parent 525712d commit dc14fb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tfhe-backward-compat-data"
version = "0.3.0"
version = "0.4.0"
license = "BSD-3-Clause-Clear"
edition = "2021"

Expand All @@ -27,7 +27,7 @@ tfhe_0_10 = { version = "0.10", features = [
], package = "tfhe", optional = true, git = "https://github.com/zama-ai/tfhe-rs/", branch = "am/refactor/use-natural-decomposition-order" }

tfhe_0_8-versionable = { version = "0.3", optional = true, package = "tfhe-versionable" }
tfhe_0_10-versionable = { version = "0.3", optional = true, package = "tfhe-versionable", git = "https://github.com/zama-ai/tfhe-rs/", branch = "am/refactor/use-natural-decomposition-order" }
tfhe_0_10-versionable = { version = "0.3.2", optional = true, package = "tfhe-versionable" }

# other deps
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit dc14fb1

Please sign in to comment.