From 2db5d0006703eaea46c65bdc2e50a90f82144582 Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Sun, 2 Feb 2020 20:48:46 +0100 Subject: [PATCH] Hot Fix broken deb package in linux CI pipeline --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c34967..26b6f3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,6 +42,6 @@ cmake = "0.1.31" [package.metadata.deb] maintainer = "Federico Terzi " -depends = "$auto, systemd, libxtst6, libxdo3, xclip, libnotify-bin" +depends = "libssl1.1 (>= 1.1.1), systemd, libxtst6, libxdo3, xclip, libnotify-bin, $auto" section = "utility" license-file = ["LICENSE", "1"] \ No newline at end of file