Bump version to 0.14.0

This commit is contained in:
Ruihan Li
2025-03-17 13:32:48 +08:00
committed by Tate, Hongliang Tian
parent 32ffdee37b
commit 6476ef22ec
25 changed files with 58 additions and 58 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "linux-boot-params"
version = "0.13.0"
version = "0.14.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.13.0"
version = "0.14.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.13.0"
version = "0.14.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.13.0", path = "../boot-params" }
linux-boot-params = { version = "0.14.0", path = "../boot-params" }
uart_16550 = "0.3.0"
xmas-elf = "0.9.1"

View File

@ -1,6 +1,6 @@
[package]
name = "ostd-macros"
version = "0.13.0"
version = "0.14.0"
edition = "2021"
description = "OSTD's proc macros"
license = "MPL-2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "ostd-test"
version = "0.13.0"
version = "0.14.0"
edition = "2021"
description = "The kernel mode unit testing framework of OSTD"
license = "MPL-2.0"