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]
version = "0.3.0"
edition = "2021"
[profile.release]
opt-level = "s"

View File

@ -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

View File

@ -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