From 6a9eb41cc3746f73b439fc6577076ea4fc47b86b Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Fri, 25 Nov 2022 22:19:45 -0800 Subject: [PATCH] Freeze nightly before regression This commit is to be reverted once https://github.com/rust-lang/rust/issues/104815 is fixed. --- .github/workflows/minimal-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/minimal-versions.yml b/.github/workflows/minimal-versions.yml index 2cc133a..e9f69b4 100644 --- a/.github/workflows/minimal-versions.yml +++ b/.github/workflows/minimal-versions.yml @@ -20,7 +20,7 @@ jobs: - uses: RustCrypto/actions/cargo-cache@master - uses: actions-rs/toolchain@v1 with: - toolchain: nightly + toolchain: nightly-2022-11-21 override: true profile: minimal - uses: RustCrypto/actions/cargo-hack-install@master