Relax stable version check during the transation period between 1.30 and 1.31

This commit is contained in:
Michael Vines 2018-12-06 18:51:25 -08:00
parent 70c149c7da
commit cba9c5619e
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ nightly)
require cargo 1.32.[0-9]+-nightly
;;
stable)
require rustc 1.30.[0-9]+
require cargo 1.30.[0-9]+
require rustc 1.3[01].[0-9]+
require cargo 1.3[01].[0-9]+
;;
*)
echo Error: unknown argument: "$1"