mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-29 04:13:24 +00:00
Bump version to 0.10.0
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
6d3bb5a9d0
commit
ef2419a48c
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "osdk-test-kernel"
|
||||
version = "0.9.4"
|
||||
version = "0.10.0"
|
||||
edition = "2021"
|
||||
description = "The OSTD-based kernel for running unit tests with OSDK."
|
||||
license = "MPL-2.0"
|
||||
@ -9,5 +9,5 @@ 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.4", path = "../../ostd" }
|
||||
ostd = { version = "0.10.0", path = "../../ostd" }
|
||||
owo-colors = "4.0.0"
|
||||
|
Reference in New Issue
Block a user