File tree 4 files changed +13
-13
lines changed 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " uefi"
3
- version = " 0.14.0 "
3
+ version = " 0.15.2 "
4
4
authors = [" Gabriel Majeri <gabriel.majeri6@gmail.com>" ]
5
5
readme = " README.md"
6
6
edition = " 2021"
@@ -31,7 +31,7 @@ ignore-logger-errors = []
31
31
bitflags = " 1.3.2"
32
32
log = { version = " 0.4.14" , default-features = false }
33
33
ucs2 = " 0.3.2"
34
- uefi-macros = " 0.5 .0"
34
+ uefi-macros = " 0.6 .0"
35
35
36
36
[workspace ]
37
37
members = [
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ version = "0.1.0"
4
4
edition = " 2021"
5
5
6
6
[dependencies ]
7
- uefi = { version = " 0.14 .0" , features = [" exts" ] }
8
- uefi-services = " 0.11 .0"
7
+ uefi = { version = " 0.15 .0" , features = [" exts" ] }
8
+ uefi-services = " 0.12 .0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " uefi-macros"
3
- version = " 0.5.0 "
3
+ version = " 0.6.1 "
4
4
authors = [" Hadrien G. <knights_of_ni@gmx.com>" ]
5
5
readme = " README.md"
6
6
edition = " 2021"
@@ -19,10 +19,10 @@ is-it-maintained-open-issues = { repository = "rust-osdev/uefi-rs" }
19
19
proc-macro = true
20
20
21
21
[dependencies ]
22
- proc-macro2 = " 1.0.33 "
23
- quote = " 1.0.10 "
24
- syn = { version = " 1.0.82 " , features = [" full" ] }
22
+ proc-macro2 = " 1.0.36 "
23
+ quote = " 1.0.15 "
24
+ syn = { version = " 1.0.88 " , features = [" full" ] }
25
25
26
26
[dev-dependencies ]
27
- trybuild = " 1.0.53 "
28
- uefi = { version = " 0.14 .0" , default-features = false }
27
+ trybuild = " 1.0.56 "
28
+ uefi = { version = " 0.15 .0" , default-features = false }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " uefi-services"
3
- version = " 0.11.0 "
3
+ version = " 0.12.1 "
4
4
authors = [" Gabriel Majeri <gabriel.majeri6@gmail.com>" ]
5
5
edition = " 2021"
6
6
description = " Higher-level utilities for uefi-rs"
@@ -15,10 +15,10 @@ is-it-maintained-issue-resolution = { repository = "rust-osdev/uefi-rs" }
15
15
is-it-maintained-open-issues = { repository = " rust-osdev/uefi-rs" }
16
16
17
17
[dependencies ]
18
- uefi = { version = " 0.14.0 " , features = [" alloc" , " logger" ] }
18
+ uefi = { version = " 0.15.2 " , features = [" alloc" , " logger" ] }
19
19
log = { version = " 0.4.14" , default-features = false }
20
20
cfg-if = " 1.0.0"
21
- qemu-exit = { version = " 3.0.0 " , optional = true }
21
+ qemu-exit = { version = " 3.0.1 " , optional = true }
22
22
23
23
[features ]
24
24
# Enable QEMU-specific functionality
You can’t perform that action at this time.
0 commit comments