Skip to content

Commit a915891

Browse files
release: uefi-0.34.1
Trivial release so that the correct license info is shown in the crate documentation on docs.rs.
1 parent afbb9f4 commit a915891

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: template/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ edition = "2021"
55
publish = false
66

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

Diff for: uefi/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# uefi - [Unreleased]
22

33

4+
# uefi - 0.34.1 (2025-02-07)
5+
6+
Trivial release to fix crate license documentation.
7+
8+
49
# uefi - 0.34.0 (2025-02-07)
510

611
As of this release, the project has been relicensed from MPL-2.0 to

Diff for: uefi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uefi"
3-
version = "0.34.0"
3+
version = "0.34.1"
44
readme = "README.md"
55
description = """
66
This crate makes it easy to develop Rust software that leverages safe,

0 commit comments

Comments
 (0)