Skip to content

Commit f77f6c5

Browse files
dependabot[bot]bilelmoussaoui
authored andcommitted
build(deps): bump proc-macro-crate from 3.0.0 to 3.1.0
Bumps [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](https://github.com/bkchr/proc-macro-crate/commits) --- 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 4791087 commit f77f6c5

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
@@ -16,7 +16,7 @@ heck = "0.4"
1616
proc-macro2 = "1.0"
1717
quote = "1.0"
1818
syn = { version = "2.0", features = ["full"] }
19-
proc-macro-crate = "3.0"
19+
proc-macro-crate = "3.1"
2020

2121
[lib]
2222
proc-macro = true

0 commit comments

Comments
 (0)