Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit f3b12d9

Browse files
Bump proc-macro-warning from 0.3.1 to 0.4.1 (#14171)
Bumps [proc-macro-warning](https://github.com/ggwpez/proc-macro-warning) from 0.3.1 to 0.4.1. - [Commits](ggwpez/proc-macro-warning@v0.3.1...v0.4.1) --- updated-dependencies: - dependency-name: proc-macro-warning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: parity-processbot <>
1 parent b8d7dd5 commit f3b12d9

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.

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.26"
2424
syn = { version = "2.0.16", features = ["full"] }
2525
frame-support-procedural-tools = { version = "4.0.0-dev", path = "./tools" }
26-
proc-macro-warning = { version = "0.3.0", default-features = false }
26+
proc-macro-warning = { version = "0.4.1", default-features = false }
2727

2828
[features]
2929
default = ["std"]

0 commit comments

Comments
 (0)