Bump version to 0.13.0

This commit is contained in:
Zhang Junyang
2025-03-14 20:02:41 +08:00
committed by Tate, Hongliang Tian
parent 288942b970
commit fbb8ea6ad1
25 changed files with 58 additions and 58 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "linux-boot-params"
version = "0.12.0"
version = "0.13.0"
edition = "2021"
description = "The Boot Parameters for Linux Boot Protocol"
license = "MPL-2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "linux-bzimage-builder"
version = "0.12.0"
version = "0.13.0"
edition = "2021"
description = "Linux boot compatibility for modern OSes"
license = "MPL-2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "linux-bzimage-setup"
version = "0.12.0"
version = "0.13.0"
edition = "2021"
description = "The linux bzImage setup binary"
license = "MPL-2.0"
@ -16,7 +16,7 @@ path = "src/main.rs"
cfg-if = "1.0.0"
core2 = { version = "0.4.0", default-features = false, features = ["nightly"] }
libflate = { version = "2.1.0", default-features = false }
linux-boot-params = { version = "0.12.0", path = "../boot-params" }
linux-boot-params = { version = "0.13.0", path = "../boot-params" }
uart_16550 = "0.3.0"
xmas-elf = "0.9.1"