We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbbe9a commit b424389Copy full SHA for b424389
.travis.yml
@@ -19,8 +19,9 @@ jobs:
19
stage: check # do a pre-screen to make sure this is even worth testing
20
script: cargo check --all-targets
21
rust: stable
22
+ # <1.32.0 doesn't work because of associated items on type aliases
23
- <<: *check # also test oldest known-good stable
- rust: 1.31.1
24
+ rust: 1.32.0
25
- stage: test
26
27
os: osx
0 commit comments