From eb6739e706d03362e8b519f8c6537841dec05c7e Mon Sep 17 00:00:00 2001 From: Ivan Akimov Date: Thu, 20 Jul 2023 15:11:17 -0500 Subject: [PATCH] wip --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ae7e319..38ff7b3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly + toolchain: nightly-2023-06-15 override: true components: rustfmt, clippy - name: Set up cargo cache