mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-20 13:06:33 +00:00
Bump version to 0.8.2
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
6bebec0e7b
commit
32ea24e945
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "osdk-test-kernel"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
edition = "2021"
|
||||
description = "The OSTD-based kernel for running unit tests with OSDK."
|
||||
license = "MPL-2.0"
|
||||
@ -9,6 +9,6 @@ repository ="https://github.com/asterinas/asterinas"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
ostd = { version = "0.8.1", path = "../../ostd" }
|
||||
ostd = { version = "0.8.2", path = "../../ostd" }
|
||||
owo-colors = "4.0.0"
|
||||
unwinding = { version = "0.2.2", default-features = false, features = ["fde-gnu-eh-frame-hdr", "hide-trace", "panic", "personality", "unwinder"] }
|
||||
|
Reference in New Issue
Block a user