mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 01:13:23 +00:00
Bump version to 0.14.0
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
32ffdee37b
commit
6476ef22ec
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "osdk-test-kernel"
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
edition = "2021"
|
||||
description = "The OSTD-based kernel for running unit tests with OSDK."
|
||||
license = "MPL-2.0"
|
||||
@ -10,7 +10,7 @@ readme = "README.md"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
ostd = { version = "0.13.0", path = "../../../ostd" }
|
||||
ostd = { version = "0.14.0", path = "../../../ostd" }
|
||||
owo-colors = "4.0.0"
|
||||
|
||||
[lints]
|
||||
|
Reference in New Issue
Block a user