Skip to content

Commit 835d0ca

Browse files
fix(build): pin cargo package tool versions to prevent CI failures from unexpected updates (#20)
1 parent 7f14fcc commit 835d0ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
with:
1010
components: clippy
1111
targets: aarch64-unknown-linux-gnu
12-
bins: cargo-deny, cargo-about, cargo-generate-rpm, cargo-deb, cargo-zigbuild
12+
bins: cargo-deny@0.18.3, cargo-about@0.7.1, cargo-generate-rpm@0.17.0, cargo-deb@3.3.0, cargo-zigbuild@0.20.1
1313
- name: Setup nightly toolchain and tools
1414
shell: bash
1515
run: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ install-tools:
153153
rustup update
154154
rustup toolchain install nightly
155155
rustup component add --toolchain nightly rustfmt
156-
cargo install --locked cargo-deny cargo-about cargo-generate-rpm cargo-deb
156+
cargo install --locked cargo-deny@0.18.3 cargo-about@0.7.1 cargo-generate-rpm@0.17.0 cargo-deb@3.3.0

0 commit comments

Comments
 (0)