Skip to content

Commit 846f1b6

Browse files
committed
tree: post-release fixes
1 parent dfc727d commit 846f1b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.

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"

0 commit comments

Comments
 (0)