Skip to content

Commit 5095fcd

Browse files
committed
Publish new version of uefi crate
1 parent 8832fbc commit 5095fcd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
22
name = "uefi"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["Gabriel Majeri <[email protected]>"]
55
readme = "README.md"
66
edition = "2018"
77
exclude = [
88
".cargo/**",
9+
"template/**",
910
"uefi-macros/**",
1011
"uefi-services/**",
1112
"uefi-test-runner/**",
@@ -31,10 +32,10 @@ logger = []
3132
ignore-logger-errors = []
3233

3334
[dependencies]
34-
bitflags = "1.2.1"
35-
log = { version = "0.4.11", default-features = false }
35+
bitflags = "1.3.2"
36+
log = { version = "0.4.14", default-features = false }
3637
ucs2 = "0.3.1"
37-
uefi-macros = "0.3.2"
38+
uefi-macros = "0.4.0"
3839

3940
[workspace]
4041
members = [

0 commit comments

Comments
 (0)