Skip to content

Commit

Permalink
[refactor] hyperledger-iroha#3830: iroha_ffi_derive: replace proc-mac…
Browse files Browse the repository at this point in the history
…ro-error with manyhow
  • Loading branch information
DCNick3 committed Aug 23, 2023
1 parent ee60fc8 commit f67a6e4
Show file tree
Hide file tree
Showing 7 changed files with 355 additions and 291 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion ffi/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ proc-macro = true

[dependencies]
syn = { workspace = true, features = ["full", "visit", "visit-mut", "extra-traits"] }
syn2 = { workspace = true, features = ["full", "visit", "visit-mut", "extra-traits"] }
quote = { workspace = true }
proc-macro2 = { workspace = true }
proc-macro-error = { workspace = true }
manyhow = { workspace = true, features = ["syn1"] }
derive_more = { workspace = true, default-features = true }
rustc-hash = { workspace = true }

Expand Down
Loading

0 comments on commit f67a6e4

Please sign in to comment.