From d60eba404ecfe31831770b80e4efae1637f8b048 Mon Sep 17 00:00:00 2001 From: xenago Date: Tue, 23 Jan 2024 02:38:22 +0000 Subject: [PATCH] bump cargo-deb --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3615c05..15d0238 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: - name: Cargo deb run: | - cargo install --version 1.42.2 cargo-deb + cargo install --version 1.44.1 cargo-deb cargo deb --verbose ls -lah target/debian