Skip to content

Commit 3dc491c

Browse files
build(deps): bump proc-macro-crate from 3.2.0 to 3.3.0
Bumps [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](bkchr/proc-macro-crate@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: proc-macro-crate dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c24300 commit 3dc491c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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 @@ heck = "0.5"
1717
proc-macro2 = "1.0"
1818
quote = "1.0"
1919
syn = { version = "2.0.100", features = ["full"] }
20-
proc-macro-crate = "3.1"
20+
proc-macro-crate = "3.3"
2121

2222
[lib]
2323
proc-macro = true

0 commit comments

Comments
 (0)