Skip to content

Commit 5476401

Browse files
build(deps): bump proc-macro-crate from 2.0.0 to 3.0.0
Bumps [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](bkchr/proc-macro-crate@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: proc-macro-crate dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e377292 commit 5476401

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)