From 4920eb98b28a6ddd7be4cf6358c31f796943f691 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 7 Oct 2019 08:00:08 -0700 Subject: [PATCH] Raise minimum supported rustc version to 1.32 For the $(...)? specifier in macros. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5bfc15e..a50d9f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,5 @@ script: cargo test matrix: include: - - rust: 1.31.0 + - rust: 1.32.0 script: cargo check