From 2906e7d319992c66deb6de6433d1687eb41cb762 Mon Sep 17 00:00:00 2001 From: Seth Westphal Date: Tue, 14 Nov 2023 17:21:26 -0600 Subject: [PATCH] Update nightly version. --- .github/workflows/ci_cross_platform.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cross_platform.yaml b/.github/workflows/ci_cross_platform.yaml index e4c600f..454f231 100644 --- a/.github/workflows/ci_cross_platform.yaml +++ b/.github/workflows/ci_cross_platform.yaml @@ -54,7 +54,7 @@ jobs: name: Setup rust toolchain with: profile: minimal - toolchain: nightly-2021-10-23 + toolchain: nightly-2022-08-11 override: true components: miri - name: Run tests with Miri