From baf2f5f6bbf8a6a0bf667bb51f560538c4e6ca00 Mon Sep 17 00:00:00 2001 From: nikstur Date: Thu, 14 Sep 2023 12:35:42 +0200 Subject: [PATCH] tool: use workspace values in Cargo.toml --- rust/tool/Cargo.toml | 1 + rust/tool/shared/Cargo.toml | 4 ++-- rust/tool/systemd/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/rust/tool/Cargo.toml b/rust/tool/Cargo.toml index c75bc9b..64901e0 100644 --- a/rust/tool/Cargo.toml +++ b/rust/tool/Cargo.toml @@ -12,6 +12,7 @@ default-members = [ [workspace.package] version = "0.3.0" +edition = "2021" [profile.release] opt-level = "s" diff --git a/rust/tool/shared/Cargo.toml b/rust/tool/shared/Cargo.toml index 737b415..ac82dab 100644 --- a/rust/tool/shared/Cargo.toml +++ b/rust/tool/shared/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lanzaboote_tool" -version = "0.3.0" -edition = "2021" +version.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust/tool/systemd/Cargo.toml b/rust/tool/systemd/Cargo.toml index 9e69efb..33784be 100644 --- a/rust/tool/systemd/Cargo.toml +++ b/rust/tool/systemd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lzbt-systemd" -version = "0.3.0" +version.workspace = true edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html