Skip to content

Commit

Permalink
[refactor]: update wasm_codec_derive to use syn2 (hyperledger-iroha#4188
Browse files Browse the repository at this point in the history
)

Signed-off-by: VAmuzing <[email protected]>
  • Loading branch information
VAmuzing authored Jan 18, 2024
1 parent caaf4dd commit cd4d6f1
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 151 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions wasm_codec/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ workspace = true
proc-macro = true

[dependencies]
syn = { workspace = true, features = ["default", "full", "extra-traits", "parsing"] }
syn2 = { workspace = true }
quote = { workspace = true }
proc-macro2 = { workspace = true }
proc-macro-error = { workspace = true }
once_cell = { workspace = true }
manyhow = { workspace = true }
iroha_macro_utils = { workspace = true }
Loading

0 comments on commit cd4d6f1

Please sign in to comment.