Skip to content

Commit 0d7bd0d

Browse files
committed
older cargo-deb
1 parent b0a0a8a commit 0d7bd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package-deb.sh

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

0 commit comments

Comments
 (0)