chore: constrain bytemuck < 1.24.0 as we don't have avx512 updated code

This commit is contained in:
Arthur Meyre
2025-10-06 09:41:14 +02:00
parent c95e38e26f
commit 81cc0c31b4
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ exclude = [
]
[workspace.dependencies]
aligned-vec = { version = "0.6", default-features = false }
bytemuck = "1.14.3"
bytemuck = "<1.24"
dyn-stack = { version = "0.11", default-features = false }
itertools = "0.14"
num-complex = "0.4"

View File

@@ -33,7 +33,7 @@ serde = { version = "1", features = ["derive"] }
toml = { version = "0.8", features = [] }
paste = "1.0.15"
thiserror = "1.0.61"
bytemuck = "1.16.0"
bytemuck = { workspace = true }
anyhow = "1.0.82"
lazy_static = "1.4.0"
rand = "0.8.5"

View File

@@ -18,7 +18,7 @@ ipc-channel = "0.18.3"
strum = { version = "0.26.2", features = ["derive"] }
strum_macros = "0.26.2"
bytemuck = "1.16.0"
bytemuck = { workspace = true }
clap = { version = "4.4.4", features = ["derive"] }
clap-num = "*"