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

Declare minimum supported rust version at 1.56.0 (fixes CI) #209

Merged
merged 1 commit into from
Oct 10, 2022

Conversation

olivia-fl
Copy link
Contributor

The latest release of once_cell (1.15.0) bumped their msrv to 1.56.0. Miette didn't previously declare an MSRV, but we have a CI pass that tests against rust 1.54.0. As a result, CI is currently broken.

There are a few options here:

  • Bound our once_cell dependency as <1.15.0, and continue testing against rust 1.54.0.
  • Bump the CI pass to rust 1.56.0, but don't declare a MSRV for miette itself
  • Bump the CI pass and declare an MSRV (what I implemented in this PR)

I don't have strong opinions about which of these options to go for, it's really up to the miette maintainers. Happy to switch out this PR for one of the other options if you would prefer.

Copy link
Owner

@zkat zkat left a comment

Choose a reason for hiding this comment

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

I'm happy with this alternative.

@zkat zkat merged commit ac02a12 into zkat:main Oct 10, 2022
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