File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ members = [
46
46
]
47
47
48
48
[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" }
51
49
uefi-macros = { path = " uefi-macros" }
52
50
uefi = { path = " ." }
53
51
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ is-it-maintained-open-issues = { repository = "rust-osdev/uefi-rs" }
18
18
uefi = { version = " 0.13.0" , features = [" alloc" , " logger" ] }
19
19
log = { version = " 0.4.14" , default-features = false }
20
20
cfg-if = " 1.0.0"
21
- qemu-exit = { version = " 2 .0.1 " , optional = true }
21
+ qemu-exit = { version = " 3 .0.0 " , optional = true }
22
22
23
23
[features ]
24
24
# Enable QEMU-specific functionality
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ uefi-services = { path = "../uefi-services" }
11
11
12
12
log = { version = " 0.4.11" , default-features = false }
13
13
14
- qemu-exit = " 2 .0.0"
14
+ qemu-exit = " 3 .0.0"
15
15
16
16
[features ]
17
17
# This feature should only be enabled in our CI, it disables some tests
You can’t perform that action at this time.
0 commit comments