Skip to content

Commit

Permalink
Bump proc-macro-crate to 2.0.0 (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones authored Oct 27, 2023
1 parent 8dff7a1 commit 017f72e
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 33 deletions.
82 changes: 50 additions & 32 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 derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ proc-macro = true
syn = { version = "1.0.98", features = ["full", "visit"] }
quote = "1.0.33"
proc-macro2 = "1.0.69"
proc-macro-crate = "1.1.3"
proc-macro-crate = "2.0.0"

[dev-dependencies]
parity-scale-codec = { path = "..", features = ["derive", "max-encoded-len"] }
Expand Down

0 comments on commit 017f72e

Please sign in to comment.