Skip to content

Commit 5807deb

Browse files
authored
fix: update cargo-generate-rpm and cargo-deb to latest version (#23)
cargo-generate-rpm version 0.17 doesn't build anymore due to a dependency (cargo_toml) doing a breaking change in a patch release. 0.18.1 also fixes the bug that prevented it from working before. Also update cargo-deb as well while we are on it.
1 parent d1710f5 commit 5807deb

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: [email protected], [email protected], cargo-generate-rpm@0.17.0, cargo-deb@3.3.0, [email protected]
12+
bins: [email protected], [email protected], cargo-generate-rpm@0.18.1, cargo-deb@3.6.0, [email protected]
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 [email protected] [email protected] cargo-generate-rpm@0.17.0 cargo-deb@3.3.0
156+
cargo install --locked [email protected] [email protected] cargo-generate-rpm@0.18.1 cargo-deb@3.6.0

0 commit comments

Comments
 (0)