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-heap-allocator"
version = "0.13.0"
version = "0.14.0"
edition = "2021"
description = "The default slab-based heap allocator shipped with OSDK."
license = "MPL-2.0"
@ -9,7 +9,7 @@ readme = "README.md"
[dependencies]
log = "0.4"
ostd = { version = "0.13.0", path = "../../../ostd" }
ostd = { version = "0.14.0", path = "../../../ostd" }
[lints]
workspace = true