Skip to content

Commit

Permalink
chore: update tfhe 0.8 to use the latest released version
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Oct 16, 2024
1 parent 2dd8507 commit 7f4659a
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 61 deletions.
108 changes: 51 additions & 57 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ tfhe_0_7 = { version = "0.7", features = [
"x86_64-unix",
"experimental-force_fft_algo_dif4",
], package = "tfhe", optional = true }
tfhe_0_8 = { features = [
tfhe_0_8 = { version = "0.8", features = [
"boolean",
"integer",
"shortint",
"x86_64-unix",
"zk-pok",
"zk-pok",
"experimental-force_fft_algo_dif4",
], package = "tfhe", optional = true, git = "https://github.com/zama-ai/tfhe-rs", branch = "ns/versionize_zk" }
], package = "tfhe", optional = true }

tfhe-versionable_0_1 = { version = "0.1", optional = true, package = "tfhe-versionable" }
tfhe-versionable_0_2 = { version = "0.2", optional = true, package = "tfhe-versionable" }
tfhe-versionable_0_3 = { version = "0.3", optional = true, package = "tfhe-versionable", git = "https://github.com/zama-ai/tfhe-rs", branch = "ns/versionize_zk" }
tfhe-versionable_0_3 = { version = "0.3", optional = true, package = "tfhe-versionable" }

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

0 comments on commit 7f4659a

Please sign in to comment.