From 6623ebdf2a5cc684a3d943d1dbf8f0bb43118fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 7 Dec 2022 11:33:47 +0100 Subject: [PATCH] workspace: inherit metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pbs-buildcfg is the only one that needs to inherit the version as well, since it stores it in the compiled crate. Signed-off-by: Fabian Grünbichler --- pbs-api-types/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pbs-api-types/Cargo.toml b/pbs-api-types/Cargo.toml index 61d37d77..ee64b6e1 100644 --- a/pbs-api-types/Cargo.toml +++ b/pbs-api-types/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "pbs-api-types" version = "0.1.0" -authors = ["Proxmox Support Team "] -edition = "2021" +authors.workspace = true +edition.workspace = true description = "general API type helpers for PBS" [dependencies]