tool: use workspace values in Cargo.toml

This commit is contained in:
nikstur 2023-09-14 12:35:42 +02:00
parent efd8c50214
commit baf2f5f6bb
3 changed files with 4 additions and 3 deletions

View File

@ -12,6 +12,7 @@ default-members = [
[workspace.package] [workspace.package]
version = "0.3.0" version = "0.3.0"
edition = "2021"
[profile.release] [profile.release]
opt-level = "s" opt-level = "s"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "lanzaboote_tool" name = "lanzaboote_tool"
version = "0.3.0" version.workspace = true
edition = "2021" edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,6 +1,6 @@
[package] [package]
name = "lzbt-systemd" name = "lzbt-systemd"
version = "0.3.0" version.workspace = true
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html