mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 19:03:27 +00:00
Bump version to 0.10.0
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
6d3bb5a9d0
commit
ef2419a48c
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "linux-bzimage-setup"
|
||||
version = "0.9.4"
|
||||
version = "0.10.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.9.4", path = "../boot-params" }
|
||||
linux-boot-params = { version = "0.10.0", path = "../boot-params" }
|
||||
uart_16550 = "0.3.0"
|
||||
xmas-elf = "0.9.1"
|
||||
|
||||
|
Reference in New Issue
Block a user