mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
chore: prepare v1.5
This commit is contained in:
@@ -55,13 +55,13 @@ tfhe_1_3 = { git = "https://github.com/zama-ai/tfhe-rs.git", features = [
|
||||
"zk-pok",
|
||||
"experimental-force_fft_algo_dif4",
|
||||
], package = "tfhe", tag = "tfhe-rs-1.3.0", optional = true }
|
||||
tfhe_1_4 = { path = "../../tfhe", features = [
|
||||
tfhe_1_4 = { git = "https://github.com/zama-ai/tfhe-rs.git", features = [
|
||||
"boolean",
|
||||
"integer",
|
||||
"shortint",
|
||||
"zk-pok",
|
||||
"experimental-force_fft_algo_dif4",
|
||||
], package = "tfhe", optional = true }
|
||||
], package = "tfhe", tag = "tfhe-rs-1.4.1", optional = true }
|
||||
|
||||
|
||||
# TFHE-rs 0.8 and 0.10 use the same version of versionable
|
||||
@@ -70,7 +70,7 @@ tfhe_0_11-versionable = { version = "0.4.0", optional = true, package = "tfhe-ve
|
||||
tfhe_1_0-versionable = { version = "0.5.0", optional = true, package = "tfhe-versionable" }
|
||||
tfhe_1_1-versionable = { git = "https://github.com/zama-ai/tfhe-rs.git", tag = "tfhe-rs-1.1.0", optional = true, package = "tfhe-versionable" }
|
||||
tfhe_1_3-versionable = { git = "https://github.com/zama-ai/tfhe-rs.git", tag = "tfhe-rs-1.3.0", optional = true, package = "tfhe-versionable" }
|
||||
tfhe_1_4-versionable = { path = "../../utils/tfhe-versionable", optional = true, package = "tfhe-versionable" }
|
||||
tfhe_1_4-versionable = { git = "https://github.com/zama-ai/tfhe-rs.git", tag = "tfhe-rs-1.4.1", optional = true, package = "tfhe-versionable" }
|
||||
|
||||
|
||||
# other deps
|
||||
|
||||
Reference in New Issue
Block a user