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

Remove destructuring assignment for compatibility with Rust 1.58.1 #21

Merged
merged 2 commits into from
Sep 19, 2022

Conversation

rillian
Copy link

@rillian rillian commented Sep 19, 2022

Also start testing against that release as an MSRV.

Suggested resolution of #20.

This syntax was stablized in Rust 1.59.0. Avoid it for now to
support projects with an older minimum-supported rust version.
Build against an old release so there's notification when new
code requires a more recent toolchain. This helps enforce a
Minimum Supported Rust Version policy.
@allan2 allan2 merged commit 4ee363c into allan2:master Sep 19, 2022
allan2 pushed a commit that referenced this pull request Sep 19, 2022
Minimum Supported Rust Version is now 1.58.1. [(PR #18)](#21) by [rillian](https://github.com/rillian)
@rillian rillian deleted the destruct-assign branch September 19, 2022 22:51
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