Skip to content

Commit 3eb2634

Browse files
committed
older cargo-deb
1 parent b0a0a8a commit 3eb2634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/package-deb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)" != "3.4.1" ]]; then
77-
cargo install cargo-deb --version 3.4.1 --force --locked
76+
if [[ "$(cargo-deb --version 2>/dev/null)" != "2.9.1" ]]; then
77+
cargo install cargo-deb --version 2.9.1 --force --locked
7878
fi
7979
cargo deb --target "$TARGET" --deb-version "${PACKAGE_VERSION}-1" --variant "$TARGET" --no-build --no-strip
8080

0 commit comments

Comments
 (0)