mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-20 13:06:33 +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-frame-allocator"
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
edition = "2021"
|
||||
description = "The default buddy system frame 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
|
||||
|
Reference in New Issue
Block a user