mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
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:
committed by
Nicolas Sarlin
parent
b8fd0e4240
commit
83b82091bd
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user