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

Relax MSRV to 1.60 & Migrate to Rust 2021 #90

Merged
merged 3 commits into from
Jan 6, 2024
Merged

Relax MSRV to 1.60 & Migrate to Rust 2021 #90

merged 3 commits into from
Jan 6, 2024

Conversation

taiki-e
Copy link
Collaborator

@taiki-e taiki-e commented Jan 6, 2024

  • Relax MSRV to 1.60
    Since Move memchr behind an optional feature #77, this crate works on 1.60.
  • Migrate to Rust 2021
  • Use cargo-hack's --rust-version flag for msrv check
    This respects rust-version field in Cargo.toml, so it removes the need to manage MSRV in both the CI file and Cargo.toml.

This respects rust-version field in Cargo.toml, so it removes the need
to manage MSRV in both the CI file and Cargo.toml.
Since #77, this crate works
on 1.60.
@taiki-e taiki-e merged commit d6f2a9b into master Jan 6, 2024
7 checks passed
@taiki-e taiki-e deleted the taiki-e/msrv branch January 6, 2024 19:52
@taiki-e taiki-e mentioned this pull request Jan 6, 2024
taiki-e added a commit to smol-rs/blocking that referenced this pull request Jan 6, 2024
taiki-e added a commit to smol-rs/blocking that referenced this pull request Jan 6, 2024
taiki-e added a commit to smol-rs/async-executor that referenced this pull request Jan 6, 2024
taiki-e added a commit to smol-rs/async-executor that referenced this pull request Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant