chore: use common msrv for the workspace

Since cargo commands create a lock using the smallest msrv in the workspace, it
can prevent getting up-to-date dependencies
This commit is contained in:
Nicolas Sarlin
2025-10-30 10:35:47 +01:00
committed by Nicolas Sarlin
parent b8fd0e4240
commit 83b82091bd
9 changed files with 14 additions and 10 deletions

View File

@@ -22,6 +22,10 @@ exclude = [
"utils/tfhe-lints",
"apps/trivium",
]
[workspace.package]
rust-version = "1.85"
[workspace.dependencies]
aligned-vec = { version = "0.6", default-features = false }
bytemuck = "<1.24"