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 CI errors due to incorrect MSRV #90

Merged
merged 1 commit into from
Nov 5, 2023
Merged

Fix CI errors due to incorrect MSRV #90

merged 1 commit into from
Nov 5, 2023

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Nov 5, 2023

  • Set minimum rust version to 1.63 due to rayon-core MSRV requirements, and add a matching rust-version in the Cargo.toml

 * Set minimum rust version to 1.63 due to rayon-core MSRV requirements, and add a matching `rust-version` in the Cargo.toml
Copy link
Owner

@m4b m4b left a comment

Choose a reason for hiding this comment

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

thank you!

@m4b m4b merged commit 9cff0ec into m4b:master Nov 5, 2023
6 checks passed
@@ -10,6 +10,7 @@ license = "MIT"
documentation = "https://docs.rs/scroll"
description = "A suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers"
include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"]
rust-version = "1.63"
Copy link
Owner

Choose a reason for hiding this comment

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

argh actually i didn't want to bump the msrv here because we don't have an actual requirement in scroll itself (only the dev deps)

@nyurik nyurik deleted the fix-msrv branch November 5, 2023 23:03
Frostie314159 pushed a commit to Frostie314159/scroll that referenced this pull request Nov 7, 2023
* Set minimum rust version to 1.63 due to rayon-core MSRV requirements, and add a matching `rust-version` in the Cargo.toml
Frostie314159 pushed a commit to Frostie314159/scroll that referenced this pull request Nov 20, 2023
* Set minimum rust version to 1.63 due to rayon-core MSRV requirements, and add a matching `rust-version` in the Cargo.toml
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