增加文件版本号

This commit is contained in:
zqm
2026-04-08 09:07:49 +08:00
parent 4ff57c8dea
commit a62ceba6de
4 changed files with 53 additions and 2 deletions

View File

@@ -1,8 +1,11 @@
[package]
name = "BootLoader"
version = "0.1.0"
version = "1.0.0"
edition = "2024"
[dependencies]
serde_json = "1.0"
windows = { version = "0.56", features = ["Win32_System_Console", "Win32_Foundation", "Win32_System_ProcessStatus", "Win32_System_Threading"] }
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"