chore: update dependencies

This commit is contained in:
Arthur Meyre
2024-11-22 17:47:48 +01:00
parent ce9679f1ee
commit 1151bb267e
43 changed files with 297 additions and 324 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rayon = { version = "1.7.0"}
rayon = { workspace = true }
[target.'cfg(target_arch = "x86_64")'.dependencies.tfhe]
path = "../../tfhe"