Skip to content

Commit a49229d

Browse files
Bump proc-macro-warning from 0.4.1 to 0.4.2 (paritytech#1376)
Bumps [proc-macro-warning](https://github.com/ggwpez/proc-macro-warning) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/ggwpez/proc-macro-warning/releases) - [Commits](ggwpez/proc-macro-warning@v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: proc-macro-warning dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8aa76fa commit a49229d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substrate/frame/support/procedural/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ proc-macro2 = "1.0.56"
2323
quote = "1.0.28"
2424
syn = { version = "2.0.16", features = ["full"] }
2525
frame-support-procedural-tools = { path = "tools" }
26-
proc-macro-warning = { version = "0.4.1", default-features = false }
26+
proc-macro-warning = { version = "0.4.2", default-features = false }
2727
macro_magic = { version = "0.4.2", features = ["proc_support"] }
2828
expander = "2.0.0"
2929

0 commit comments

Comments
 (0)