Skip to content

Commit

Permalink
0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Mar 22, 2024
1 parent d5d3d4c commit 9dd75ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crates/uefi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redox_uefi"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
description = "UEFI support library"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/uefi_alloc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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" }
6 changes: 3 additions & 3 deletions crates/uefi_std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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" }

0 comments on commit 9dd75ea

Please sign in to comment.