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

[v2] Update to Rust 2021 Edition. #359

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Conversation

zachs18
Copy link
Contributor

@zachs18 zachs18 commented Jul 30, 2024

smallvec v2's MSRV is currently 1.57.0, which is after the release of Edition 2021 in Rust 1.56.0.

(Also applies a change to Cargo.toml changing the deprecated dev_dependencies to the preferred dev-dependencies, which cargo fix --edition warned about but won't actually be an error until Edition 2024.)

smallvec v2's MSRV is already 1.57.0, which is after the relase of Edition 2021 in 1.56.0.

Apply fix for Cargo.toml dev_dependencies warning given by cargo fix --edition.
Copy link
Collaborator

@mbrubeck mbrubeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mbrubeck mbrubeck added this pull request to the merge queue Jul 30, 2024
Merged via the queue into servo:v2 with commit 72ff74d Jul 30, 2024
5 checks passed
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