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