From 7d1028f2010575ced378d698479be0a50613bdc7 Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Mon, 24 Jun 2024 07:41:06 +0100 Subject: [PATCH] ci: use nightly-2024-06-01 for cargo-udeps --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abf7f9c3..e43a5bd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: - uses: actions-rs/toolchain@63eb9591781c46a70274cb3ebdf190fce92702e8 # v1 with: profile: minimal - toolchain: nightly-2024-04-01 + toolchain: nightly-2024-06-01 override: true components: rustfmt - uses: actions-rs/install@69ec87709ffb5b19a7b5ddbf610cb221498bb1eb # v0.1.2