Skip to content

Commit 16148b4

Browse files
Update versions in the book
1 parent 71123b2 commit 16148b4

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.17"
22-
uefi-services = "0.14"
21+
uefi = "0.18"
22+
uefi-services = "0.15"
2323
```
2424

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

0 commit comments

Comments
 (0)