Skip to content

Commit 8900f5e

Browse files
book: Update dependency versions
1 parent 68d5cfb commit 8900f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/tutorial/app.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ In `cargo.toml`, add a few dependencies:
1818
```toml
1919
[dependencies]
2020
log = "0.4"
21-
uefi = "0.18"
22-
uefi-services = "0.15"
21+
uefi = "0.19"
22+
uefi-services = "0.16"
2323
```
2424

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

0 commit comments

Comments
 (0)