-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update ansi_term to 0.12 #1531
Update ansi_term to 0.12 #1531
Conversation
This probably needs to wait until ogham/rust-ansi-term#52 lands to preserve windows compilation (likely requiring that v I'll ping @ogham about it. |
I think this has landed in 0.12.1, so this should be ok if it's ran again (you should probably bump the version in |
The error happens because it now needs Rust 1.36 to be built, so this requires a bump in the minimum supported Rust version, from 1.33 to 1.36 in the Travis-CI configuration. |
Although we could technically update to 1.36 (due to wanting to support stable minus two releases), are there some tangible gains for our use cases? I'm not against upgrading to 1.36 minimum, but want to weigh the options first. |
v3-master just recently became master in prep for a beta release. This PR was autoclosed when the v3-master PR went away. Could you re-open against the master branch? Thanks! |
Well, it seems that this new version of |
See #1590 we're updating the MSRV to 1.36 so if you'd like to re-open this PR against master I think it'll be good. |
Not to muddy the waters, but The problem child looks to be (Am I the only one who finds that "non-semantic" and irksome?) |
Yeah it was
Technically pre 1.0 releases have no semantic meaning. But yeah I do find it very irksome how reluctant Rust crates are to go to 1.0 and start following semver. |
Ah, true, I forget about the semver 1.0 caveat. |
No description provided.