From a776609e7575f93da922e65406fc2c23ac63f3c8 Mon Sep 17 00:00:00 2001 From: Diogo Matsubara Date: Fri, 7 Jun 2024 10:31:54 +0200 Subject: [PATCH] fix: cargo deb fails to build package (#87) license-file uses a 2-element array with a location of the license file and the amount of lines to skip at the top. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73984e6..e98878d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ rustc_version = "0.4.0" [package.metadata.deb] copyright = "2022 ZettaScale Technology" depends = "zenoh-plugin-storage-manager (=0.11.0-dev-1)" -license-file = ["0", "LICENSE"] +license-file = ["LICENSE", "0"] maintainer = "zenoh-dev@eclipse.org" name = "zenoh-backend-s3" section = "net"