From d174feba04b4e6365ee9480cecf079c993d65a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aura=20Rom=C3=A1n?= Date: Tue, 16 Apr 2024 10:59:14 +0200 Subject: [PATCH] ci: install nightly toolchain for `cargo fmt` --- .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 057b7a6..11fa08a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: cache: 'yarn' - name: Install - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@nightly with: components: clippy, rustfmt