Bump the project version

This commit is contained in:
Hsy-Intel
2025-05-09 17:21:30 +08:00
committed by Tate, Hongliang Tian
parent 9d10556f95
commit ad6aa4960c
15 changed files with 32 additions and 32 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "linux-bzimage-setup"
version = "0.14.1"
version = "0.15.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.14.1", path = "../boot-params" }
linux-boot-params = { version = "0.15.0", path = "../boot-params" }
uart_16550 = "0.3.0"
xmas-elf = "0.10.0"