Bumped version to 0.11.2

This commit is contained in:
Fabing Li
2025-02-25 03:37:11 +00:00
committed by Tate, Hongliang Tian
parent 11c800c13a
commit 82a2c4cdec
22 changed files with 51 additions and 51 deletions

4
osdk/Cargo.lock generated
View File

@ -177,7 +177,7 @@ dependencies = [
[[package]]
name = "cargo-osdk"
version = "0.11.1"
version = "0.11.2"
dependencies = [
"assert_cmd",
"chrono",
@ -573,7 +573,7 @@ dependencies = [
[[package]]
name = "linux-bzimage-builder"
version = "0.11.1"
version = "0.11.2"
dependencies = [
"bitflags 1.3.2",
"bytemuck",

View File

@ -1,6 +1,6 @@
[package]
name = "cargo-osdk"
version = "0.11.1"
version = "0.11.2"
edition = "2021"
description = "Accelerate OS development with Asterinas OSDK"
license = "MPL-2.0"
@ -10,7 +10,7 @@ repository = "https://github.com/asterinas/asterinas"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
linux-bzimage-builder = { version = "0.11.1", path = "../ostd/libs/linux-bzimage/builder" }
linux-bzimage-builder = { version = "0.11.2", path = "../ostd/libs/linux-bzimage/builder" }
clap = { version = "4.4.17", features = ["cargo", "derive"] }
chrono = "0.4.38"
env_logger = "0.11.0"

View File

@ -1,6 +1,6 @@
[package]
name = "osdk-test-kernel"
version = "0.11.1"
version = "0.11.2"
edition = "2021"
description = "The OSTD-based kernel for running unit tests with OSDK."
license = "MPL-2.0"
@ -9,7 +9,7 @@ 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.11.1", path = "../../ostd" }
ostd = { version = "0.11.2", path = "../../ostd" }
owo-colors = "4.0.0"
[lints]