From 2254549705a5988cc33cfc02f5b03d0c72bdd536 Mon Sep 17 00:00:00 2001 From: Vladislav Markushin Date: Tue, 19 Dec 2023 18:49:10 -0300 Subject: [PATCH] update lint.yml --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0b2b1c047..d1bdf9834 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,7 +33,7 @@ jobs: run: rustup show - name: Cargo fmt - run: cargo fmt --all -- --check + run: cargo +stable fmt --all -- --check - uses: actions-rs/cargo@v1 name: "Udeps Installation"