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

Bump MSRV CI to 1.58 #539

Closed
wants to merge 1 commit into from
Closed

Bump MSRV CI to 1.58 #539

wants to merge 1 commit into from

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Jul 2, 2023

This is required for #538 and #486

Copy link
Member

@workingjubilee workingjubilee left a comment

Choose a reason for hiding this comment

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

I went looking for the prior policy on MSRV, and I found this:
#335 (comment)

So let's write that down.

@@ -229,7 +229,7 @@ jobs:
with:
submodules: true
- name: Install Rust
run: rustup update 1.55.0 && rustup default 1.55.0
run: rustup update 1.58.0 && rustup default 1.58.0
Copy link
Member

@workingjubilee workingjubilee Jul 7, 2023

Choose a reason for hiding this comment

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

Suggested change
run: rustup update 1.58.0 && rustup default 1.58.0
# prefer stable-2, but negotiable if std needs latest
run: rustup update 1.58.0 && rustup default 1.58.0

@workingjubilee
Copy link
Member

Superceded by #557

@nyurik nyurik deleted the msrv branch August 2, 2024 21:46
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