From 325cbae9690813a9c4eb2aecbedb634a3d9e4315 Mon Sep 17 00:00:00 2001 From: Rodney Lab Date: Sat, 28 Dec 2024 07:35:44 +0000 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=9B=81=20linting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/general.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 8c73ce5..f67ba9c 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -81,6 +81,8 @@ jobs: uses: dtolnay/rust-toolchain@4f647fc679bcd3b11499ccb42104547c83dabe96 # stable with: toolchain: ${{ matrix.msrv }} + - name: generate lockfile + run: cargo generate-lockfile - name: cargo +${{ matrix.msrv }} check run: cargo check coverage: