From c641cccad912c38ea624fb27919abd0628c6e914 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Tue, 28 Feb 2023 03:42:03 +0000 Subject: [PATCH] ci: Remove nightly section that is unused --- contrib/test.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/contrib/test.sh b/contrib/test.sh index f44735c..a63e748 100755 --- a/contrib/test.sh +++ b/contrib/test.sh @@ -7,12 +7,6 @@ FEATURES="serde rand all-languages" cargo --version rustc --version -# Work out if we are using a nightly toolchain. -NIGHTLY=false -if cargo --version | grep nightly; then - NIGHTLY=true -fi - # Pin dependencies as required if we are using MSRV toolchain. # if cargo --version | grep "1\.41"; then # fi