Skip to content

Commit 97ad84a

Browse files
toku-sa-nnicholasbishop
authored andcommitted
chore(deps): update the version of qemu-exit
1 parent f6eee65 commit 97ad84a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ members = [
4646
]
4747

4848
[patch.crates-io]
49-
# TODO: workaround for https://github.com/rust-osdev/uefi-rs/issues/329
50-
qemu-exit = { git = "https://github.com/toku-sa-n/qemu-exit.git", rev = "7279783c309423168398394682faa93ff81cdd31" }
5149
uefi-macros = { path = "uefi-macros" }
5250
uefi = { path = "." }
5351

uefi-services/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ is-it-maintained-open-issues = { repository = "rust-osdev/uefi-rs" }
1818
uefi = { version = "0.13.0", features = ["alloc", "logger"] }
1919
log = { version = "0.4.14", default-features = false }
2020
cfg-if = "1.0.0"
21-
qemu-exit = { version = "2.0.1", optional = true }
21+
qemu-exit = { version = "3.0.0", optional = true }
2222

2323
[features]
2424
# Enable QEMU-specific functionality

uefi-test-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ uefi-services = { path = "../uefi-services" }
1111

1212
log = { version = "0.4.11", default-features = false }
1313

14-
qemu-exit = "2.0.0"
14+
qemu-exit = "3.0.0"
1515

1616
[features]
1717
# This feature should only be enabled in our CI, it disables some tests

0 commit comments

Comments
 (0)