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

Impl 'From' only on 1.41+. Else, fallback to 'Into' #102

Merged
merged 1 commit into from
Jun 11, 2020

Conversation

SergioBenitez
Copy link
Contributor

@SergioBenitez SergioBenitez commented Jun 9, 2020

This reduces the MSRV to 1.36.0, reverting breakage on older compilers. This is a backwards compatible change: if the crate built, the compiler version was 1.41+, and it used the new From, as this PR continues to do. If it didn't, now it will!

This reduces the MSRV to 1.36.0, reverting breakage on older compilers.
@novacrazy
Copy link
Collaborator

There are some very minor drawbacks to this (docs discrepancies), but that's acceptable.

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