Skip to content

Commit 8e25274

Browse files
committed
0.1.12
1 parent b8f1d5e commit 8e25274

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

crates/uefi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redox_uefi"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
edition = "2021"
55
description = "UEFI support library"
66
license = "MIT"

crates/uefi_alloc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redox_uefi_alloc"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
edition = "2021"
55
description = "UEFI allocation support"
66
license = "MIT"
@@ -11,4 +11,4 @@ repository = "https://gitlab.redox-os.org/redox-os/uefi"
1111
name = "uefi_alloc"
1212

1313
[dependencies]
14-
redox_uefi = { path = "../uefi" , version = "0.1.11" }
14+
redox_uefi = { path = "../uefi" , version = "0.1.12" }

crates/uefi_std/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redox_uefi_std"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
edition = "2021"
55
description = "UEFI standard library"
66
license = "MIT"
@@ -11,5 +11,5 @@ repository = "https://gitlab.redox-os.org/redox-os/uefi"
1111
name = "uefi_std"
1212

1313
[dependencies]
14-
redox_uefi = { path = "../uefi", version = "0.1.11" }
15-
redox_uefi_alloc = { path = "../uefi_alloc", version = "0.1.11" }
14+
redox_uefi = { path = "../uefi", version = "0.1.12" }
15+
redox_uefi_alloc = { path = "../uefi_alloc", version = "0.1.12" }

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2023-01-21"
2+
channel = "nightly-2024-05-11"
33
components = ["rust-src"]

0 commit comments

Comments
 (0)