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

Add an official MSRV policy #243

Merged
merged 3 commits into from
Jan 15, 2023
Merged

Add an official MSRV policy #243

merged 3 commits into from
Jan 15, 2023

Conversation

notgull
Copy link
Member

@notgull notgull commented Dec 3, 2022

So far, the unofficial MSRV policy of the smol-rs organization is to keep the MSRV at or below the current Debian stable version. However, as far as I know this is never written down anywhere. Therefore, this PR attempts to codify this policy.

I can add this to the other crates in the smol-rs organization if this is approved.

README.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

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

LGTM. Could you also update the comment in ci.yml?

# When updating this, the reminder to update the minimum supported
# Rust version in Cargo.toml.
rust: ['1.47']

from:

Rust version in Cargo.toml. 

to:

Rust version in Cargo.toml and README.md. 

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@taiki-e taiki-e merged commit 36e085f into master Jan 15, 2023
@taiki-e taiki-e deleted the msrv branch January 15, 2023 02:42
@taiki-e
Copy link
Collaborator

taiki-e commented Jan 15, 2023

Merged. Thanks for working on this!

@notgull
Copy link
Member Author

notgull commented Jan 15, 2023

No problem! I'll use this as a template for other repositories in this organization.

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.

2 participants