From 4d19c710a2ce5965a90ab9016e974df063907e68 Mon Sep 17 00:00:00 2001 From: azongchang Date: Mon, 5 Aug 2024 05:51:23 +0000 Subject: [PATCH] Bump linux-bzimage-builder to 0.2.0 --- Cargo.lock | 2 +- osdk/Cargo.lock | 2 +- osdk/Cargo.toml | 2 +- ostd/libs/linux-bzimage/builder/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2a10dcbf..67142832d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -851,7 +851,7 @@ version = "0.1.0" [[package]] name = "linux-bzimage-builder" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags 1.3.2", "bytemuck", diff --git a/osdk/Cargo.lock b/osdk/Cargo.lock index 6aa20461e..4eefec4c6 100644 --- a/osdk/Cargo.lock +++ b/osdk/Cargo.lock @@ -398,7 +398,7 @@ dependencies = [ [[package]] name = "linux-bzimage-builder" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "bytemuck", diff --git a/osdk/Cargo.toml b/osdk/Cargo.toml index ba72b3587..a5366aa88 100644 --- a/osdk/Cargo.toml +++ b/osdk/Cargo.toml @@ -15,7 +15,7 @@ path = "../ostd/libs/linux-bzimage/builder" # The version specified here is used for publishing on crates.io. # Please update this version when publishing the cargo-osdk crate # if there have been any changes to the dependent crate. -version = "0.1.0" +version = "0.2.0" [dependencies] clap = { version = "4.4.17", features = ["cargo", "derive"] } diff --git a/ostd/libs/linux-bzimage/builder/Cargo.toml b/ostd/libs/linux-bzimage/builder/Cargo.toml index 42363175b..d70d5ba5a 100644 --- a/ostd/libs/linux-bzimage/builder/Cargo.toml +++ b/ostd/libs/linux-bzimage/builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-bzimage-builder" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "Linux boot compatibility for modern OSes" license = "MPL-2.0"