Skip to content

Commit

Permalink
chore(tfhe-rs): update to version tfhe-rs-0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem committed Dec 28, 2023
1 parent 27b0690 commit 2c7a387
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
32 changes: 20 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ publish = false
bincode = "1.3.3"
clap = { version = "3.1.18", features = ["derive"] }
serde = "1.0"
tfhe = { git = "https://github.com/zama-ai/tfhe-rs.git", rev = "0.3.1", features = ["boolean", "experimental-force_fft_algo_dif4", "shortint", "integer"] }
tfhe = { git = "https://github.com/zama-ai/tfhe-rs.git", rev = "tfhe-rs-0.4.0", features = ["boolean", "experimental-force_fft_algo_dif4", "shortint", "integer"] }

0 comments on commit 2c7a387

Please sign in to comment.