Skip to content

Commit b5e4d51

Browse files
committed
release: uefi-raw-0.13.0, uefi-0.36.1
1 parent 14e4882 commit b5e4d51

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ edition = "2024"
55
publish = false
66

77
[dependencies]
8-
uefi = { version = "0.36", features = ["panic_handler"] }
8+
uefi = { version = "0.36.1", features = ["panic_handler"] }

uefi-raw/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
## Added
44

5+
## Changed
6+
7+
8+
# uefi-raw - v0.13.0 (2025-10-05)
9+
510
## Changed
611
- **Breaking:** Various uses of `bool` have been replaced with `Boolean`.
12+
- Fixing build on <https://docs.rs/uefi>
713

814

915
# uefi-raw - v0.12 (2025-10-21)
@@ -34,6 +40,7 @@
3440
- **Breaking:** The MSRV is now 1.85.1 and the crate uses the Rust 2024 edition.
3541
- The documentation for UEFI protocols has been streamlined and improved.
3642

43+
3744
# uefi-raw - 0.11.0 (2025-05-04)
3845

3946
## Added

uefi-raw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uefi-raw"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
readme = "README.md"
55
description = """
66
Raw UEFI types and bindings for protocols, boot, and runtime services. This can

uefi/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
## Changed
66

77

8+
# uefi - v0.36.1 (2025-11-05)
9+
10+
- Fixing build on <https://docs.rs/uefi>
11+
12+
813
# uefi - v0.36 (2025-10-21)
914

1015
## Added

uefi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uefi"
3-
version = "0.36.0"
3+
version = "0.36.1"
44
readme = "README.md"
55
description = """
66
This crate makes it easy to develop Rust software that leverages safe,
@@ -43,7 +43,7 @@ uguid.workspace = true
4343
cfg-if = "1.0.0"
4444
ucs2 = "0.3.3"
4545
uefi-macros = "0.19.0"
46-
uefi-raw = "0.12.0"
46+
uefi-raw = "0.13.0"
4747
qemu-exit = { version = "3.0.2", optional = true }
4848

4949
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)