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

v0.2.20 broke compatibility with older Rust versions #90

Closed
RazrFalcon opened this issue Aug 29, 2019 · 3 comments
Closed

v0.2.20 broke compatibility with older Rust versions #90

RazrFalcon opened this issue Aug 29, 2019 · 3 comments

Comments

@RazrFalcon
Copy link
Contributor

Rust 1.18 can build v0.2.19 but not v0.2.21 Does it considered as a braking change?

@KodrAus
Copy link
Contributor

KodrAus commented Aug 31, 2019

Hi @RazrFalcon 👋

It looks like we're just targeting the latest stable for getopts so I don't think we're considering bumps in the minimum supported Rust version as breaking changes.

@RazrFalcon
Copy link
Contributor Author

I see, thanks.

@commonquail
Copy link

commonquail commented Apr 14, 2020

It looks like we're just targeting the latest stable for getopts

Because 5148159 undid #63 and then 15fd785 pushed MSRV all the way from 1.18 to 1.27, and then v0.2.21 raised it further to 1.31.

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

No branches or pull requests

3 participants