Push to Rust 2024 #5633
DorianCoding
started this conversation in
General
Replies: 1 comment 6 replies
-
We will have to wait for at least v1.87.0 before we switch at the minimum. But maybe a bit later even. As far as i know, no changes have to be done to convert to 2024 apart of some added allows to satisfy clippy/compiler lints. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Rust 1.85 was published with rust-edition version 2024. I know you want to enforce a N-2 version compatibility but it might be of interest to think about pushing vaultwarden to version 2024 and rust 1.85. After small checks, it seems it compiles without any modification to the code. Biggest changes includes
if let
and some other stuffs.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions