Skip to content

Commit 744437d

Browse files
authored
Merge pull request #1280 from gtk-rs/dependabot/cargo/proc-macro-crate-3.0.0
build(deps): bump proc-macro-crate from 2.0.0 to 3.0.0
2 parents e377292 + 5476401 commit 744437d

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

Cargo.lock

Lines changed: 4 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glib-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ proc-macro-error = "1.0"
1717
proc-macro2 = "1.0"
1818
quote = "1.0"
1919
syn = { version = "2.0", features = ["full"] }
20-
proc-macro-crate = "2.0"
20+
proc-macro-crate = "3.0"
2121

2222
[lib]
2323
proc-macro = true

0 commit comments

Comments
 (0)