From 8c39cd3cb8689000b22030eed8e7e00e64cbcc64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 08:15:04 +0000 Subject: [PATCH] build(action): bump ClementTsang/cargo-action from 0.0.6 to 0.0.7 Bumps [ClementTsang/cargo-action](https://github.com/clementtsang/cargo-action) from 0.0.6 to 0.0.7. - [Release notes](https://github.com/clementtsang/cargo-action/releases) - [Commits](https://github.com/clementtsang/cargo-action/compare/v0.0.6...v0.0.7) --- updated-dependencies: - dependency-name: ClementTsang/cargo-action dependency-version: 0.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/rust-release-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-release-platform.yml b/.github/workflows/rust-release-platform.yml index 6e68a76..254be03 100644 --- a/.github/workflows/rust-release-platform.yml +++ b/.github/workflows/rust-release-platform.yml @@ -65,7 +65,7 @@ jobs: run: cargo check --all --bins --examples --tests --release - name: Run release - uses: ClementTsang/cargo-action@v0.0.6 + uses: ClementTsang/cargo-action@v0.0.7 with: use-cross: false # cross-version: 0.2.4