File tree Expand file tree Collapse file tree 5 files changed +25
-15
lines changed Expand file tree Collapse file tree 5 files changed +25
-15
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## uefi - [ Unreleased]
4
4
5
+ ## uefi-macros - [ Unreleased]
6
+
7
+ ## uefi-services - [ Unreleased]
8
+
9
+ ## uefi - 0.16
10
+
5
11
### Added
6
12
7
13
- Added ` FileHandle::into_directory ` and ` FileHandle::into_regular_file ` .
31
37
32
38
- Fixed undefined behavior in ` proto::media::file::File::get_boxed_info ` .
33
39
34
- ## uefi-macros - [ Unreleased ]
40
+ ## uefi-macros - 0.7.0
35
41
36
42
### Added
37
43
38
44
- Added ` cstr8 ` and ` cstr16 ` macros for creating ` CStr8 ` /` CStr16 ` string literals
39
45
at compile time.
40
46
41
- ## uefi-services - [ Unreleased]
47
+ ## uefi-services - 0.13.0
48
+
49
+ ### Changed
50
+
51
+ - Bumped ` uefi ` dependency to latest version.
42
52
43
53
## uefi - 0.15.2
44
54
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " uefi"
3
- version = " 0.15.2 "
3
+ version = " 0.16.0 "
4
4
authors = [" Gabriel Majeri <gabriel.majeri6@gmail.com>" ]
5
5
readme = " README.md"
6
6
edition = " 2021"
@@ -29,9 +29,9 @@ ignore-logger-errors = []
29
29
30
30
[dependencies ]
31
31
bitflags = " 1.3.2"
32
- log = { version = " 0.4.14 " , default-features = false }
32
+ log = { version = " 0.4.17 " , default-features = false }
33
33
ucs2 = " 0.3.2"
34
- uefi-macros = " 0.6 .0"
34
+ uefi-macros = " 0.7 .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.15 .0" , features = [" exts" ] }
8
- uefi-services = " 0.12 .0"
7
+ uefi = { version = " 0.16 .0" , features = [" exts" ] }
8
+ uefi-services = " 0.13 .0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " uefi-macros"
3
- version = " 0.6.1 "
3
+ version = " 0.7.0 "
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.36 "
23
- quote = " 1.0.15 "
24
- syn = { version = " 1.0.88 " , features = [" full" ] }
22
+ proc-macro2 = " 1.0.38 "
23
+ quote = " 1.0.18 "
24
+ syn = { version = " 1.0.94 " , features = [" full" ] }
25
25
26
26
[dev-dependencies ]
27
- trybuild = " 1.0.56 "
28
- uefi = { version = " 0.15 .0" , default-features = false }
27
+ trybuild = " 1.0.61 "
28
+ uefi = { version = " 0.16 .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.12.1 "
3
+ version = " 0.13.0 "
4
4
authors = [" Gabriel Majeri <gabriel.majeri6@gmail.com>" ]
5
5
edition = " 2021"
6
6
description = " Higher-level utilities for uefi-rs"
@@ -15,7 +15,7 @@ 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.15.2 " , features = [" alloc" , " logger" ] }
18
+ uefi = { version = " 0.16.0 " , features = [" alloc" , " logger" ] }
19
19
log = { version = " 0.4.14" , default-features = false }
20
20
cfg-if = " 1.0.0"
21
21
qemu-exit = { version = " 3.0.1" , optional = true }
You can’t perform that action at this time.
0 commit comments