Bump version to 0.9.3

This commit is contained in:
Fabing Li
2024-10-16 02:25:05 +00:00
committed by Tate, Hongliang Tian
parent dc7e0d7a63
commit 64d7303b0e
22 changed files with 48 additions and 48 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "osdk-test-kernel"
version = "0.9.2"
version = "0.9.3"
edition = "2021"
description = "The OSTD-based kernel for running unit tests with OSDK."
license = "MPL-2.0"
@ -9,6 +9,6 @@ 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.9.2", path = "../../ostd" }
ostd = { version = "0.9.3", path = "../../ostd" }
owo-colors = "4.0.0"
unwinding = { version = "0.2.3", default-features = false, features = ["fde-gnu-eh-frame-hdr", "hide-trace", "panic", "personality", "unwinder"] }