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

Fix MSRV and check it in CI #204

Merged
merged 4 commits into from
Nov 5, 2024
Merged

Fix MSRV and check it in CI #204

merged 4 commits into from
Nov 5, 2024

Conversation

djc
Copy link
Contributor

@djc djc commented Nov 5, 2024

Fixes #202.

@Manishearth
Copy link
Member

I'd like to land #205 before the version bump, but this looks good, thanks!

@Manishearth Manishearth merged commit 690db06 into rust-fuzz:main Nov 5, 2024
6 checks passed
@@ -49,7 +49,7 @@ impl core::fmt::Display for MaxRecursionReached {
}
}

impl core::error::Error for MaxRecursionReached {}
impl std::error::Error for MaxRecursionReached {}
Copy link
Member

Choose a reason for hiding this comment

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

Did this not break no-std builds? Shouldn't this be cfg(feature = "std")? I guess the no-std PR didn't add CI and no one caught that in review...

Copy link
Member

Choose a reason for hiding this comment

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

Ah nvm, the nostd PR hasn't landed yet.

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.

Failure to compile with Rust 1.75
3 participants