Skip to content

Commit b424389

Browse files
committed
Bump min Rust for assoc trait items w/aliases
1 parent efbbe9a commit b424389

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
stage: check # do a pre-screen to make sure this is even worth testing
2020
script: cargo check --all-targets
2121
rust: stable
22+
# <1.32.0 doesn't work because of associated items on type aliases
2223
- <<: *check # also test oldest known-good stable
23-
rust: 1.31.1
24+
rust: 1.32.0
2425
- stage: test
2526
rust: stable
2627
os: osx

0 commit comments

Comments
 (0)