Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
with:
components: clippy
targets: aarch64-unknown-linux-gnu
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
bins: cargo-deny@0.18.3, cargo-about@0.7.1, cargo-generate-rpm@0.18.1, cargo-deb@3.6.0, cargo-zigbuild@0.20.1
- name: Setup nightly toolchain and tools
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ install-tools:
rustup update
rustup toolchain install nightly
rustup component add --toolchain nightly rustfmt
cargo install --locked cargo-deny@0.18.3 cargo-about@0.7.1 cargo-generate-rpm@0.17.0 cargo-deb@3.3.0
cargo install --locked cargo-deny@0.18.3 cargo-about@0.7.1 cargo-generate-rpm@0.18.1 cargo-deb@3.6.0
Loading