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

Add Rust version 1.56.0 to Cargo.toml #3

Merged
merged 1 commit into from
Feb 24, 2023

Conversation

robin-nitrokey
Copy link
Member

Rust 1.56.0 is the first release that supports the 2021 edition. Adding it to Cargo.toml silences a clippy warning regarding inlined format arguments.

@sosthene-nitrokey
Copy link
Collaborator

Adding it to Cargo.toml silences a clippy warning regarding inlined format arguments.

That warning has been reverted to allow by default in 1.67.1: https://blog.rust-lang.org/2023/02/09/Rust-1.67.1.html

@robin-nitrokey
Copy link
Member Author

Ah, right, I forgot about that. Anyway, declaring a MSRV is still good, at least for documentation.

Rust 1.56.0 is the first release that supports the 2021 edition.  Adding
it to Cargo.toml silences a clippy warning regarding inlined format
arguments.
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