Skip to content

Commit

Permalink
book: Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbishop committed Jan 16, 2023
1 parent 68d5cfb commit 8900f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/tutorial/app.md
Expand Up @@ -18,8 +18,8 @@ In `cargo.toml`, add a few dependencies:
```toml
[dependencies]
log = "0.4"
uefi = "0.18"
uefi-services = "0.15"
uefi = "0.19"
uefi-services = "0.16"
```

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

0 comments on commit 8900f5e

Please sign in to comment.