Skip to content

Fix MSRV and check it in CI#204

Merged
Manishearth merged 4 commits intorust-fuzz:mainfrom
djc:msrv
Nov 5, 2024
Merged

Fix MSRV and check it in CI#204
Manishearth merged 4 commits intorust-fuzz:mainfrom
djc:msrv

Conversation

@djc
Copy link
Copy Markdown
Contributor

@djc djc commented Nov 5, 2024

Fixes #202.

@Manishearth
Copy link
Copy Markdown
Member

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

}

impl core::error::Error for MaxRecursionReached {}
impl std::error::Error for MaxRecursionReached {}
Copy link
Copy Markdown
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
Copy Markdown
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