Allow building with Rust v1.84.0 or newer #281

Closed
opened 2025-07-08 08:45:16 -04:00 by AtHeartEngineer · 0 comments

Originally created by @BlackDex on 1/9/2025

These changes allow building Vaultwarden using Rust v1.84.0 or newer. The two lints specifically allowed are part of the rust_2024_compatibility list. These two lint checks seem to have no impact on our code as far as i could tell. Also building and running both 2021 edition and 2024 edition binary works fine.

Closes #5370

*Originally created by @BlackDex on 1/9/2025* These changes allow building Vaultwarden using Rust v1.84.0 or newer. The two lints specifically allowed are part of the `rust_2024_compatibility` list. These two lint checks seem to have no impact on our code as far as i could tell. Also building and running both 2021 edition and 2024 edition binary works fine. Closes #5370
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#281