Bump min Rust for assoc trait items w/aliases

This commit is contained in:
Jon Gjengset 2019-04-29 11:46:57 -04:00
parent 7ef76c029f
commit 7f3a83a50c
No known key found for this signature in database
GPG key ID: F8FBEB3BC15B735B

View file

@ -34,8 +34,9 @@ jobs:
# <1.24 doesn't work because of lazy-static 1.2.0
# <1.26.2 doesn't work because of nom 4.1.1
# <1.31.1 doesn't work because of rename-dependency
# <1.32.0 doesn't work because of associated items on type aliases
- <<: *check # also test oldest known-good stable
rust: 1.31.1
rust: 1.32.0
- stage: test
rust: stable
os: osx