Relax stable version check during the transation period between 1.30 and 1.31
This commit is contained in:
@ -24,8 +24,8 @@ nightly)
|
|||||||
require cargo 1.32.[0-9]+-nightly
|
require cargo 1.32.[0-9]+-nightly
|
||||||
;;
|
;;
|
||||||
stable)
|
stable)
|
||||||
require rustc 1.30.[0-9]+
|
require rustc 1.3[01].[0-9]+
|
||||||
require cargo 1.30.[0-9]+
|
require cargo 1.3[01].[0-9]+
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo Error: unknown argument: "$1"
|
echo Error: unknown argument: "$1"
|
||||||
|
Reference in New Issue
Block a user