Skip to content

Commit

Permalink
Bump uefi version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbishop committed Jun 21, 2023
1 parent bc0c6b5 commit e044b73
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 35 deletions.
36 changes: 5 additions & 31 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 @@ -18,7 +18,7 @@ In `cargo.toml`, add a few dependencies:
```toml
[dependencies]
log = "0.4"
uefi = "0.23"
uefi = "0.24"
uefi-services = "0.20"
```

Expand Down
2 changes: 1 addition & 1 deletion template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2021"
publish = false

[dependencies]
uefi = { version = "0.23.0", features = ["alloc"] }
uefi = { version = "0.24.0", features = ["alloc"] }
uefi-services = "0.20.0"
2 changes: 1 addition & 1 deletion uefi-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ syn = { version = "2.0.4", features = ["full"] }

[dev-dependencies]
trybuild = "1.0.61"
uefi = { version = "0.23.0", default-features = false }
uefi = { version = "0.24.0", default-features = false }
2 changes: 1 addition & 1 deletion uefi-services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository.workspace = true
rust-version.workspace = true

[dependencies]
uefi = { version = "0.23.0", features = ["global_allocator"] }
uefi = { version = "0.24.0", features = ["global_allocator"] }
log = { version = "0.4.5", default-features = false }
cfg-if = "1.0.0"
qemu-exit = { version = "3.0.1", optional = true }
Expand Down

0 comments on commit e044b73

Please sign in to comment.