mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-29 16:13:27 +00:00
Bump version to 0.9.3
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
dc7e0d7a63
commit
64d7303b0e
@ -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"] }
|
||||
|
Reference in New Issue
Block a user