ci: Remove nightly section that is unused

This commit is contained in:
Steven Roose 2023-02-28 03:42:03 +00:00
parent a30760beac
commit c641cccad9
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
1 changed files with 0 additions and 6 deletions

View File

@ -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