From 9f45ce94893b07725321baada2daaec5ed80501f Mon Sep 17 00:00:00 2001 From: Justin W Smith <103147162+justsmth@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:22:38 -0400 Subject: [PATCH] also fix api-diff? --- .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 86264411b03..c7639d2f60f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - uses: actions-rs/toolchain@v1.0.7 id: toolchain with: - toolchain: nightly-2023-05-24 + toolchain: nightly-2023-08-25 profile: minimal override: true - name: Install cargo-public-api