Skip to content

Commit 8832fbc

Browse files
committed
Publish new version of uefi-macros crate
1 parent 5423d20 commit 8832fbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

uefi-macros/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uefi-macros"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
authors = ["Hadrien G. <[email protected]>"]
55
readme = "README.md"
66
edition = "2018"
@@ -19,6 +19,6 @@ is-it-maintained-open-issues = { repository = "rust-osdev/uefi-rs" }
1919
proc-macro = true
2020

2121
[dependencies]
22-
proc-macro2 = "1.0.19"
23-
quote = "1.0.7"
24-
syn = { version = "1.0.38", features = ["full"] }
22+
proc-macro2 = "1.0.28"
23+
quote = "1.0.9"
24+
syn = { version = "1.0.75", features = ["full"] }

0 commit comments

Comments
 (0)