Skip to content

Commit 24dd6aa

Browse files
Bump uefi-services version
1 parent 04fc147 commit 24dd6aa

File tree

3 files changed

+9
-81
lines changed

3 files changed

+9
-81
lines changed

Cargo.lock

+7-79
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
@@ -19,7 +19,7 @@ In `cargo.toml`, add a few dependencies:
1919
[dependencies]
2020
log = "0.4"
2121
uefi = "0.22"
22-
uefi-services = "0.18"
22+
uefi-services = "0.19"
2323
```
2424

2525
Replace the contents of `src/main.rs` with this:

template/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ publish = false
66

77
[dependencies]
88
uefi = { version = "0.22.0", features = ["alloc"] }
9-
uefi-services = "0.18.0"
9+
uefi-services = "0.19.0"

0 commit comments

Comments
 (0)