mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 06:13:58 -05:00
chore: constrain bytemuck < 1.24.0 as we don't have avx512 updated code
This commit is contained in:
@@ -24,7 +24,7 @@ exclude = [
|
|||||||
]
|
]
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
aligned-vec = { version = "0.6", default-features = false }
|
aligned-vec = { version = "0.6", default-features = false }
|
||||||
bytemuck = "1.14.3"
|
bytemuck = "<1.24"
|
||||||
dyn-stack = { version = "0.11", default-features = false }
|
dyn-stack = { version = "0.11", default-features = false }
|
||||||
itertools = "0.14"
|
itertools = "0.14"
|
||||||
num-complex = "0.4"
|
num-complex = "0.4"
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ serde = { version = "1", features = ["derive"] }
|
|||||||
toml = { version = "0.8", features = [] }
|
toml = { version = "0.8", features = [] }
|
||||||
paste = "1.0.15"
|
paste = "1.0.15"
|
||||||
thiserror = "1.0.61"
|
thiserror = "1.0.61"
|
||||||
bytemuck = "1.16.0"
|
bytemuck = { workspace = true }
|
||||||
anyhow = "1.0.82"
|
anyhow = "1.0.82"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ ipc-channel = "0.18.3"
|
|||||||
|
|
||||||
strum = { version = "0.26.2", features = ["derive"] }
|
strum = { version = "0.26.2", features = ["derive"] }
|
||||||
strum_macros = "0.26.2"
|
strum_macros = "0.26.2"
|
||||||
bytemuck = "1.16.0"
|
bytemuck = { workspace = true }
|
||||||
|
|
||||||
clap = { version = "4.4.4", features = ["derive"] }
|
clap = { version = "4.4.4", features = ["derive"] }
|
||||||
clap-num = "*"
|
clap-num = "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user