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

Commit

Permalink
upgrade to macro_magic 0.4.2 (#14627)
Browse files Browse the repository at this point in the history
* upgrade to macro_magic 0.4.2

* also change in Cargo.toml
  • Loading branch information
sam0x17 authored Jul 24, 2023
1 parent 763d77c commit ac9c1c2
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 10 deletions.
45 changes: 37 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frame/support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../pr
sp-weights = { version = "20.0.0", default-features = false, path = "../../primitives/weights" }
sp-debug-derive = { default-features = false, path = "../../primitives/debug-derive" }
tt-call = "1.0.8"
macro_magic = "0.4.1"
macro_magic = "0.4.2"
frame-support-procedural = { version = "4.0.0-dev", default-features = false, path = "./procedural" }
paste = "1.0"
sp-state-machine = { version = "0.28.0", default-features = false, optional = true, path = "../../primitives/state-machine" }
Expand Down
2 changes: 1 addition & 1 deletion frame/support/procedural/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ quote = "1.0.28"
syn = { version = "2.0.16", features = ["full"] }
frame-support-procedural-tools = { version = "4.0.0-dev", path = "./tools" }
proc-macro-warning = { version = "0.4.1", default-features = false }
macro_magic = { version = "0.4.1", features = ["proc_support"] }
macro_magic = { version = "0.4.2", features = ["proc_support"] }
expander = "2.0.0"

[features]
Expand Down

0 comments on commit ac9c1c2

Please sign in to comment.