From 7f3a83a50cb3c157b9083a6d308ca6e1d9bb94de Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Mon, 29 Apr 2019 11:46:57 -0400 Subject: [PATCH] Bump min Rust for assoc trait items w/aliases --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 41dadfd..920793d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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