We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uefi-macros
1 parent 5423d20 commit 8832fbcCopy full SHA for 8832fbc
uefi-macros/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "uefi-macros"
3
-version = "0.3.3"
+version = "0.4.0"
4
authors = ["Hadrien G. <[email protected]>"]
5
readme = "README.md"
6
edition = "2018"
@@ -19,6 +19,6 @@ is-it-maintained-open-issues = { repository = "rust-osdev/uefi-rs" }
19
proc-macro = true
20
21
[dependencies]
22
-proc-macro2 = "1.0.19"
23
-quote = "1.0.7"
24
-syn = { version = "1.0.38", features = ["full"] }
+proc-macro2 = "1.0.28"
+quote = "1.0.9"
+syn = { version = "1.0.75", features = ["full"] }
0 commit comments