Skip to content

Commit

Permalink
chore: update pulp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeul-zama committed Jan 8, 2025
1 parent d43e232 commit ce9acf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ members = [
exclude = [
"tfhe/backward_compatibility_tests",
"utils/cargo-tfhe-lints-inner",
"utils/cargo-tfhe-lints"
"utils/cargo-tfhe-lints",
]
[workspace.dependencies]
aligned-vec = { version = "0.6", default-features = false }
bytemuck = "1.14.3"
dyn-stack = { version = "0.11", default-features = false }
itertools = "0.13"
num-complex = "0.4"
pulp = { version = "0.20.0", default-features = false }
pulp = { version = "0.21.1", default-features = false }
rand = "0.8"
rayon = "1"
serde = { version = "1.0", default-features = false }
Expand Down

0 comments on commit ce9acf6

Please sign in to comment.