From 55e4cda83a95b741a2082b9f4019a77fa3e68f78 Mon Sep 17 00:00:00 2001 From: Harry Barber Date: Sat, 9 Mar 2024 20:45:29 +0000 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 257e442..ee98c6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,9 @@ jobs: timeout-minutes: 20 steps: - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@stable + - uses: dtolnay/rust-toolchain@nightly + with: + components: fmt - run: cargo fmt --check examples: