From 9dd75ea88ff345ff8261bd07317a67f92638dbfb Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 21 Mar 2024 18:52:43 -0600 Subject: [PATCH] 0.1.11 --- crates/uefi/Cargo.toml | 2 +- crates/uefi_alloc/Cargo.toml | 4 ++-- crates/uefi_std/Cargo.toml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/crates/uefi/Cargo.toml b/crates/uefi/Cargo.toml index 487a2c2..1e66a47 100644 --- a/crates/uefi/Cargo.toml +++ b/crates/uefi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_uefi" -version = "0.1.10" +version = "0.1.11" edition = "2021" description = "UEFI support library" license = "MIT" diff --git a/crates/uefi_alloc/Cargo.toml b/crates/uefi_alloc/Cargo.toml index a2f9186..3489681 100644 --- a/crates/uefi_alloc/Cargo.toml +++ b/crates/uefi_alloc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_uefi_alloc" -version = "0.1.10" +version = "0.1.11" edition = "2021" description = "UEFI allocation support" license = "MIT" @@ -11,4 +11,4 @@ repository = "https://gitlab.redox-os.org/redox-os/uefi" name = "uefi_alloc" [dependencies] -redox_uefi = { path = "../uefi" , version = "0.1.10" } +redox_uefi = { path = "../uefi" , version = "0.1.11" } diff --git a/crates/uefi_std/Cargo.toml b/crates/uefi_std/Cargo.toml index 13cd14a..eb44722 100644 --- a/crates/uefi_std/Cargo.toml +++ b/crates/uefi_std/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_uefi_std" -version = "0.1.10" +version = "0.1.11" edition = "2021" description = "UEFI standard library" license = "MIT" @@ -11,5 +11,5 @@ repository = "https://gitlab.redox-os.org/redox-os/uefi" name = "uefi_std" [dependencies] -redox_uefi = { path = "../uefi", version = "0.1.10" } -redox_uefi_alloc = { path = "../uefi_alloc", version = "0.1.10" } +redox_uefi = { path = "../uefi", version = "0.1.11" } +redox_uefi_alloc = { path = "../uefi_alloc", version = "0.1.11" }