From 7d2fe47827c425e4b1465d526d6b14875cf0c602 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 1 Jun 2024 00:14:59 +0300 Subject: [PATCH] squash! --- .github/workflows/Rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Rust.yml b/.github/workflows/Rust.yml index 820b83f..c5ad5fb 100644 --- a/.github/workflows/Rust.yml +++ b/.github/workflows/Rust.yml @@ -74,5 +74,5 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('./Cargo.toml') }} - uses: actions-rs/cargo@v1.0.3 with: - command: build - args: --release --all-features --manifest-path ./Cargo.toml + command: build + args: --release --all-features --manifest-path ./Cargo.toml