Skip to content

Commit 93e94fa

Browse files
authored
Merge pull request #1984 from rust-osdev/release-v0.38
release: uefi-raw-0.15.0, uefi-0.38.0
2 parents 0942683 + 29e0c3a commit 93e94fa

6 files changed

Lines changed: 31 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 22 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.37.0", features = ["panic_handler"] }
8+
uefi = { version = "0.38.0", features = ["panic_handler"] }

uefi-raw/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# uefi-raw - [Unreleased]
22

3+
## Added
4+
5+
## Changed
6+
7+
## Removed
8+
9+
10+
# uefi-raw - v0.15.0 (2026-06-21)
11+
312
## Added
413
- Added `SimpleTextInputExProtocol`.
514
- Added `PciRootBridgeIoProtocolAttributes`

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.14.0"
3+
version = "0.15.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# uefi - [Unreleased]
22

3+
## Added
4+
5+
6+
## Changed
7+
8+
9+
## Removed
10+
11+
12+
# uefi - v0.38.0 (2026-06-21)
13+
314
## Added
415
- Added `proto::console::text::InputEx`.
516
- Added `proto::pci::PciRootBridgeIo::{supported_attributes(), attributes(),

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.37.0"
3+
version = "0.38.0"
44
readme = "README.md"
55
description = """
66
This crate makes it easy to develop Rust software that leverages safe,
@@ -50,7 +50,7 @@ uguid.workspace = true
5050
cfg-if = "1.0.0"
5151
ucs2 = "0.3.3"
5252
uefi-macros = "0.19.0"
53-
uefi-raw = "0.14.0"
53+
uefi-raw = "0.15.0"
5454

5555
[package.metadata.docs.rs]
5656
all-features = true

0 commit comments

Comments
 (0)