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-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"