File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " uefi"
3
- version = " 0.3.2 "
3
+ version = " 0.4.0 "
4
4
authors = [" Gabriel Majeri <gabriel.majeri6@gmail.com>" ]
5
5
readme = " README.md"
6
6
edition = " 2018"
@@ -30,7 +30,7 @@ logger = []
30
30
bitflags = " 1.1.0"
31
31
log = { version = " 0.4.8" , default-features = false }
32
32
ucs2 = " 0.1.0"
33
- uefi-macros = " 0.2.1 "
33
+ uefi-macros = " 0.3.0 "
34
34
35
35
[workspace ]
36
36
members = [
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " uefi-macros"
3
- version = " 0.2.1 "
3
+ version = " 0.3.0 "
4
4
authors = [" Hadrien G. <knights_of_ni@gmx.com>" ]
5
5
edition = " 2018"
6
6
description = " Procedural macros for the uefi-rs crate"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " uefi-services"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
authors = [" Gabriel Majeri <gabriel.majeri6@gmail.com>" ]
5
5
edition = " 2018"
6
6
description = " Higher-level utilities for uefi-rs"
@@ -18,7 +18,7 @@ is-it-maintained-open-issues = { repository = "rust-osdev/uefi-rs" }
18
18
rlibc = " 1.0.0"
19
19
x86_64 = " 0.7.5"
20
20
21
- uefi = { version = " 0.3.2 " , features = [" alloc" , " logger" ] }
21
+ uefi = { version = " 0.4.0 " , features = [" alloc" , " logger" ] }
22
22
log = { version = " 0.4.8" , default-features = false }
23
23
24
24
[features ]
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ publish = false
6
6
edition = " 2018"
7
7
8
8
[dependencies ]
9
- uefi = { version = " 0.3.2 " , features = [' exts' ] }
10
- uefi-services = " 0.1 .0"
9
+ uefi = { version = " 0.4.0 " , features = [' exts' ] }
10
+ uefi-services = " 0.2 .0"
11
11
12
12
log = { version = " 0.4.8" , default-features = false }
13
13
You can’t perform that action at this time.
0 commit comments