Bump version to 0.8.2

This commit is contained in:
Yuke Peng
2024-09-13 13:02:35 +08:00
committed by Tate, Hongliang Tian
parent 6bebec0e7b
commit 32ea24e945
18 changed files with 38 additions and 38 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ostd"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
description = "Rust OS framework that facilitates the development of and innovation in OS kernels"
license = "MPL-2.0"
@ -33,8 +33,8 @@ 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.8.1", path = "libs/ostd-macros" }
ostd-test = { version = "0.8.1", path = "libs/ostd-test" }
ostd-macros = { version = "0.8.2", path = "libs/ostd-macros" }
ostd-test = { version = "0.8.2", path = "libs/ostd-test" }
owo-colors = { version = "3", optional = true }
ostd-pod = { git = "https://github.com/asterinas/ostd-pod", rev = "c4644be", version = "0.1.1" }
spin = "0.9.4"

View File

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

View File

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