Skip to content

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.

@mgeisler mgeisler force-pushed the travis-min-rust-version branch from 7f5045c to 3d00c94 Compare May 23, 2017 07:24
@mgeisler mgeisler force-pushed the travis-min-rust-version branch from 3d00c94 to b763059 Compare March 30, 2019 10:02
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 mgeisler force-pushed the travis-min-rust-version branch from b763059 to 7532142 Compare March 30, 2019 10:46
@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.

2 participants