mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 08:53:29 +00:00
Bump version to 0.13.0
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
288942b970
commit
fbb8ea6ad1
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "osdk-frame-allocator"
|
||||
version = "0.12.0"
|
||||
version = "0.13.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.12.0", path = "../../../ostd" }
|
||||
ostd = { version = "0.13.0", path = "../../../ostd" }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
Reference in New Issue
Block a user