Bump version to 0.14.0

This commit is contained in:
Ruihan Li
2025-03-17 13:32:48 +08:00
committed by Tate, Hongliang Tian
parent 32ffdee37b
commit 6476ef22ec
25 changed files with 58 additions and 58 deletions

View File

@ -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]