Skip to content

Commit

Permalink
Bump uefi-services version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbishop committed Jun 4, 2023
1 parent 5d8a793 commit 66babb2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 34 deletions.
38 changes: 6 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion book/src/tutorial/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In `cargo.toml`, add a few dependencies:
[dependencies]
log = "0.4"
uefi = "0.23"
uefi-services = "0.19"
uefi-services = "0.20"
```

Replace the contents of `src/main.rs` with this:
Expand Down
2 changes: 1 addition & 1 deletion template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ publish = false

[dependencies]
uefi = { version = "0.23.0", features = ["alloc"] }
uefi-services = "0.19.0"
uefi-services = "0.20.0"

0 comments on commit 66babb2

Please sign in to comment.