Bumped version to 0.11.2

This commit is contained in:
Fabing Li
2025-02-25 03:37:11 +00:00
committed by Tate, Hongliang Tian
parent 11c800c13a
commit 82a2c4cdec
22 changed files with 51 additions and 51 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "osdk-test-kernel"
version = "0.11.1"
version = "0.11.2"
edition = "2021"
description = "The OSTD-based kernel for running unit tests with OSDK."
license = "MPL-2.0"
@ -9,7 +9,7 @@ repository ="https://github.com/asterinas/asterinas"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ostd = { version = "0.11.1", path = "../../ostd" }
ostd = { version = "0.11.2", path = "../../ostd" }
owo-colors = "4.0.0"
[lints]