From 35e5bac766e80207adc28be6d1243b33b54f49a1 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Thu, 24 Mar 2022 21:40:00 +0400 Subject: [PATCH] Pin nightly compiler version in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16523ee9..9cbd2f16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,14 +35,14 @@ jobs: rust: - stable - beta - - nightly + - nightly-2022-01-17 include: - rust: stable features: "--features full" - rust: beta features: "--features full" - - rust: nightly + - rust: nightly-2022-01-17 features: "--all-features" steps: