8000 travis: also test with minimum supported Rust version by mgeisler · Pull Request #27 · unicode-rs/unicode-segmentation · GitHub
[go: up one dir, main page]

Skip to content
8000

travis: also test with minimum supported Rust version #27

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

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.

@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
AA5C Manishearth commented Mar 31, 2019

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
0