From 32111ee30ec2f3cec7281d516080bf0cbd902eec Mon Sep 17 00:00:00 2001 From: Sambhav Date: Mon, 22 Jul 2024 18:15:44 +0530 Subject: [PATCH] fix lint.yaml (#134) --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 880aa02..f5a0670 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Rust - uses: dtolnay/rust-toolchain + uses: dtolnay/rust-toolchain@master with: toolchain: nightly-2024-06-10 components: clippy