Skip to content

Commit 6feabf5

Browse files
build(deps): update proc-macro-crate requirement from 2.0 to 3.0
Updates the requirements on [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) to permit the latest version. - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](bkchr/proc-macro-crate@v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: proc-macro-crate dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68e5166 commit 6feabf5

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)