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

Commit ac9c1c2

Browse files
authored
upgrade to macro_magic 0.4.2 (#14627)
* upgrade to macro_magic 0.4.2 * also change in Cargo.toml
1 parent 763d77c commit ac9c1c2

File tree

3 files changed

+39
-10
lines changed

3 files changed

+39
-10
lines changed

Cargo.lock

Lines changed: 37 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frame/support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../pr
2929
sp-weights = { version = "20.0.0", default-features = false, path = "../../primitives/weights" }
3030
sp-debug-derive = { default-features = false, path = "../../primitives/debug-derive" }
3131
tt-call = "1.0.8"
32-
macro_magic = "0.4.1"
32+
macro_magic = "0.4.2"
3333
frame-support-procedural = { version = "4.0.0-dev", default-features = false, path = "./procedural" }
3434
paste = "1.0"
3535
sp-state-machine = { version = "0.28.0", default-features = false, optional = true, path = "../../primitives/state-machine" }

frame/support/procedural/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ quote = "1.0.28"
2424
syn = { version = "2.0.16", features = ["full"] }
2525
frame-support-procedural-tools = { version = "4.0.0-dev", path = "./tools" }
2626
proc-macro-warning = { version = "0.4.1", default-features = false }
27-
macro_magic = { version = "0.4.1", features = ["proc_support"] }
27+
macro_magic = { version = "0.4.2", features = ["proc_support"] }
2828
expander = "2.0.0"
2929

3030
[features]

0 commit comments

Comments
 (0)