From fc0d7f598217774ca93c8b3d6c5a17c1815eb824 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Thu, 16 Aug 2018 13:05:07 -0700 Subject: [PATCH] updated nightly versions --- ci/version-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/version-check.sh b/ci/version-check.sh index 0e0800f8f5..bf72822e3d 100755 --- a/ci/version-check.sh +++ b/ci/version-check.sh @@ -19,7 +19,7 @@ require() { case ${1:-stable} in nightly) - require rustc 1.29.[0-9]+-nightly + require rustc 1.30.[0-9]+-nightly require cargo 1.29.[0-9]+-nightly ;; stable)