- Notifications
You must be signed in to change notification settings - Fork65
Commit7532142
committed
travis: also test with minimum supported Rust version
The 1.2.0 release increased the minimum supported version of Rust frombelow 1.11.0 to 1.13.0 due to the introduction of code that use the"?" operator. This caused unexpected build failures in dependentcrates, such as clap.This PR updates Travis to also test against the current minimumversion. Changes to this version will thus fail PRs and it will becomean active decision to bump the minimum supported Rust version.Between the commit was originally made and today, the minimum versionincreased further and the earliest version where I can get the crateto compile is now Rust 1.24.0.Fixes#26.1 parent9d73b09 commit7532142
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
0 commit comments
Comments
(0)