Skip to content

Commit 7915fbb

Browse files
authored
Merge pull request #1555 from gtk-rs/dependabot/cargo/proc-macro-crate-3.0
build(deps): update proc-macro-crate requirement from 2.0 to 3.0
2 parents cb38d7c + 6feabf5 commit 7915fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtk4-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ blueprint = []
2222
[dependencies]
2323
anyhow = "1.0"
2424
quick-xml = {version = "0.31", optional = true}
25-
proc-macro-crate = "2.0"
25+
proc-macro-crate = "3.0"
2626
proc-macro-error = "1.0"
2727
proc-macro2 = "1.0"
2828
quote = "1.0"

0 commit comments

Comments
 (0)