Deduplicate Cargo package fields across workspace

Also deduplicate version numbers in CMakeLists.txt.
This commit is contained in:
Oliver Hamlet
2025-07-31 22:08:46 +01:00
parent 724f6eaa15
commit 4acc64247e
8 changed files with 29 additions and 35 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
[package]
name = "libloot-python"
version = "0.27.0"
edition = "2024"
license = "GPL-3.0-or-later"
version.workspace = true
edition.workspace = true
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]