mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 02:13:24 +00:00
Bump version to 0.14.0
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
32ffdee37b
commit
6476ef22ec
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ostd"
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
edition = "2021"
|
||||
description = "Rust OS framework that facilitates the development of and innovation in OS kernels"
|
||||
license = "MPL-2.0"
|
||||
@ -25,13 +25,13 @@ id-alloc = { path = "libs/id-alloc", version = "0.1.0" }
|
||||
inherit-methods-macro = { git = "https://github.com/asterinas/inherit-methods-macro", rev = "98f7e3e", version = "0.1.0" }
|
||||
int-to-c-enum = { path = "../kernel/libs/int-to-c-enum", version = "0.1.0" }
|
||||
intrusive-collections = { version = "0.9.6", features = ["nightly"] }
|
||||
linux-boot-params = { version = "0.13.0", path = "libs/linux-bzimage/boot-params" }
|
||||
linux-boot-params = { version = "0.14.0", path = "libs/linux-bzimage/boot-params" }
|
||||
log = "0.4"
|
||||
num = { version = "0.4", default-features = false }
|
||||
num-derive = { version = "0.4", default-features = false }
|
||||
num-traits = { version = "0.2", default-features = false }
|
||||
ostd-macros = { version = "0.13.0", path = "libs/ostd-macros" }
|
||||
ostd-test = { version = "0.13.0", path = "libs/ostd-test" }
|
||||
ostd-macros = { version = "0.14.0", path = "libs/ostd-macros" }
|
||||
ostd-test = { version = "0.14.0", path = "libs/ostd-test" }
|
||||
ostd-pod = { git = "https://github.com/asterinas/ostd-pod", rev = "c4644be", version = "0.1.1" }
|
||||
spin = "0.9.4"
|
||||
smallvec = "1.13.2"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user