From ebfd4df8e0dbe90a681edaadcde83551c29d7e24 Mon Sep 17 00:00:00 2001 From: AlexTMjugador Date: Sun, 22 Aug 2021 15:23:53 +0200 Subject: [PATCH] Cargo.toml: increment Debian package revision --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1cb921859..c2dd008fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ extended-description-file = "target/debian/extended_package_description.txt" section = "utils" # For each release with the same version number (shouldn't be too many), # increment this, and change APT repo action -revision = "2" +revision = "3" # Sadly, automatic dependency detection is suboptimal because it pulls transitive # dependencies and does not work fine when cross-compiling. #