mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Deduplicate Cargo package fields across workspace
Also deduplicate version numbers in CMakeLists.txt.
This commit is contained in:
+3
-3
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user