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

travis: also test with minimum supported Rust version #27

Merged
merged 1 commit into from Mar 31, 2019

Conversation

mgeisler
Copy link
Contributor

@mgeisler mgeisler commented May 23, 2017

The 1.2.0 release increased the minimum supported version of Rust from
below 1.11.0 to 1.13.0 due to the introduction of code that use the
"?" operator. This caused unexpected build failures in dependent
crates, such as clap.

This PR updates Travis to also test against the current minimum
version. Changes to this version will thus fail PRs and it will become
an active decision to bump the minimum supported Rust version.

Between this PR was originally made and today, the minimum version
increased further and the earliest version where I can get the crate
to compile is now Rust 1.24.0.

Fixes #26.

The 1.2.0 release increased the minimum supported version of Rust from
below 1.11.0 to 1.13.0 due to the introduction of code that use the
"?" operator. This caused unexpected build failures in dependent
crates, such as clap.

This PR updates Travis to also test against the current minimum
version. Changes to this version will thus fail PRs and it will become
an active decision to bump the minimum supported Rust version.

Between the commit was originally made and today, the minimum version
increased further and the earliest version where I can get the crate
to compile is now Rust 1.24.0.

Fixes unicode-rs#26.
@mgeisler
Copy link
Contributor Author

@Manishearth, please take a look at this freshly rebased PR :-)

@Manishearth
Copy link
Member

I'm reluctant to guarantee a minimum supported version for this crate, but I don't mind adding it to the CI.

@Manishearth Manishearth merged commit 41a0424 into unicode-rs:master Mar 31, 2019
@mgeisler
Copy link
Contributor Author

Thanks, having it tested in CI is helpful!

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