Skip to content

Commit 736c8e7

Browse files
committed
tree: post-release fixes
1 parent dfc727d commit 736c8e7

File tree

6 files changed

+10
-36
lines changed

6 files changed

+10
-36
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## uefi-services - [Unreleased]
1010

11-
## uefi - 0.25.0 (2023-10-09)
11+
## uefi - 0.25.0 (2023-10-10)
1212

1313
### Changed
1414
- MSRV bumped to 1.70.

Cargo.lock

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

book/src/tutorial/app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In `cargo.toml`, add a few dependencies:
1818
```toml
1919
[dependencies]
2020
log = "0.4"
21-
uefi = "0.24"
21+
uefi = "0.25"
2222
uefi-services = "0.21"
2323
```
2424

template/Cargo.toml

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

77
[dependencies]
8-
uefi = { version = "0.24.0", features = ["alloc"] }
8+
uefi = { version = "0.25.0", features = ["alloc"] }
99
uefi-services = "0.21.0"

uefi-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ syn = { version = "2.0.4", features = ["full"] }
2222

2323
[dev-dependencies]
2424
trybuild = "1.0.61"
25-
uefi = { version = "0.24.0", default-features = false }
25+
uefi = { version = "0.25.0", default-features = false }

uefi-services/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository.workspace = true
1313
rust-version.workspace = true
1414

1515
[dependencies]
16-
uefi = { version = "0.24.0", features = ["global_allocator"] }
16+
uefi = { version = "0.25.0", features = ["global_allocator"] }
1717
log.workspace = true
1818
cfg-if = "1.0.0"
1919
qemu-exit = { version = "3.0.1", optional = true }

0 commit comments

Comments
 (0)