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

Update MSRV to 1.77.0 #8796

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Conversation

alexcrichton
Copy link
Member

This accompanies today's release of Rust 1.79.0. This means that CI will now use the latest stable of 1.79.0 for testing primarily. Additionally this updates the pinned nightly commit used for testing to today's nightly and fixes a few warnings that uncovered. I plan on having a follow-up that leverages some new APIs and features in 1.77.0.

This accompanies today's release of Rust 1.79.0. This means that CI will
now use the latest stable of 1.79.0 for testing primarily. Additionally
this updates the pinned nightly commit used for testing to today's
nightly and fixes a few warnings that uncovered. I plan on having a
follow-up that leverages some new APIs and features in 1.77.0.
@alexcrichton alexcrichton requested review from a team as code owners June 13, 2024 19:49
@alexcrichton alexcrichton requested review from abrown and elliottt and removed request for a team June 13, 2024 19:49
} else if cfg!(any(unix, target_os = "nebulet")) {
} else if cfg!(unix) {
Copy link
Member Author

Choose a reason for hiding this comment

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

This change is because rustc now warns that target_os = "nebulet" doesn't exist. I think that means the target was probably removed here. I don't know what nebulet is myself, though, so I'm just obeying rustc.

@alexcrichton alexcrichton added this pull request to the merge queue Jun 13, 2024
Merged via the queue into bytecodealliance:main with commit aaaac99 Jun 13, 2024
36 checks passed
@alexcrichton alexcrichton deleted the update-msrv branch June 13, 2024 20:31
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