Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow building with Rust v1.84.0 or newer #5371

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

BlackDex
Copy link
Collaborator

@BlackDex BlackDex commented Jan 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

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 work fine.

Closes dani-garcia#5370

Signed-off-by: BlackDex <[email protected]>
@BlackDex BlackDex requested a review from dani-garcia January 9, 2025 08:49
@dani-garcia dani-garcia merged commit 10d1267 into dani-garcia:main Jan 9, 2025
5 checks passed
@BlackDex BlackDex deleted the allow-beta-nightly-builds branch January 9, 2025 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants