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

Restore compatibility with Rust 1.56 #4

Merged
merged 1 commit into from
Sep 29, 2022

Conversation

mgeisler
Copy link
Contributor

Rust 1.56 is the first version with support for the 2021 edition. Maintaining support for this version gives people an easy target when determining the oldest compiler they can use.

Textwrap tries to stay compatible with the same Rust version, and this is where I first saw that the RSRV had increased to 1.59.

Rust 1.56 is the first version with support for the 2021 edition.
Maintaining support for this version gives people an easy target when
determining the oldest compiler they can use.

Textwrap tries to stay compatible with the same Rust version, and this
is where I first saw that the RSRV had increased to 1.59[1].

[1]: mgeisler/textwrap#472
@axelf4
Copy link
Owner

axelf4 commented Sep 29, 2022

Very reasonable - sorry for the accidental breaking change!

@mgeisler
Copy link
Contributor Author

Thanks, I'll put out a new release next!

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.

None yet

2 participants