File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ registries:
66 ref : v4.268.0 # renovate: depName=aquaproj/aqua-registry
77packages :
88 - name : rustwasm/wasm-pack@v0.13.1
9- - name : crates.io/cargo-deb@3.4.1
9+ - name : crates.io/cargo-deb@2.9.3
1010 - name : cross-rs/cross@v0.2.5
1111 - name : nextest-rs/nextest/cargo-nextest@cargo-nextest-0.9.47
1212 - name : EmbarkStudios/cargo-deny@0.16.2
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ if contains_module rustup; then
117117fi
118118set -e -o verbose
119119if contains_module cargo-deb; then
120- if [[ " $( cargo-deb --version 2> /dev/null) " != " 3.4.1 " ]]; then
121- rustup run stable cargo " ${install[@]} " cargo-deb --version 3.4.1 --force --locked
120+ if [[ " $( cargo-deb --version 2> /dev/null) " != " 2.9.3 " ]]; then
121+ rustup run stable cargo " ${install[@]} " cargo-deb --version 2.9.3 --force --locked
122122 fi
123123fi
124124
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ cat LICENSE NOTICE >"$PROJECT_ROOT/target/debian-license.txt"
7373
7474# TODO: Remove this after the Vector docker image contains a newer cargo-deb version.
7575# Temporary override of cargo-deb to support Rust 2024 edition.
76- if [[ " $( cargo-deb --version 2> /dev/null) " != " 2.9.1 " ]]; then
77- cargo install cargo-deb --version 2.9.1 --force --locked
76+ if [[ " $( cargo-deb --version 2> /dev/null) " != " 2.9.3 " ]]; then
77+ cargo install cargo-deb --version 2.9.3 --force --locked
7878fi
7979cargo deb --target " $TARGET " --deb-version " ${PACKAGE_VERSION} -1" --variant " $TARGET " --no-build --no-strip
8080
You can’t perform that action at this time.
0 commit comments