Skip to content

Commit

Permalink
[refactor] #3289: add features missed in #3708 to make UI tests pass
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Strygin <DCNick3@users.noreply.github.com>
  • Loading branch information
DCNick3 authored and mversic committed Oct 17, 2023
1 parent abd1cb8 commit 65731b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data_model/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ iroha_macro_utils = { workspace = true }
serde_json = { workspace = true, features = ["std"] }

[dev-dependencies]
iroha_data_model = { workspace = true }
iroha_data_model = { workspace = true, features = ["http"] }

serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ non_robust_ref_mut = []
[dependencies]
iroha_ffi_derive = { workspace = true }

derive_more = { workspace = true, features = ["display"] }
derive_more = { workspace = true, features = ["display", "constructor"] }

[dev-dependencies]
webassembly-test = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion macro/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license.workspace = true
proc-macro = true

[dependencies]
syn = { workspace = true, features = ["full"] }
syn = { workspace = true, features = ["default", "full"] }
quote = { workspace = true }
proc-macro2 = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion macro/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maintenance = { status = "actively-developed" }
[features]

[dependencies]
syn = { workspace = true }
syn = { workspace = true, features = ["parsing", "printing"] }
quote = { workspace = true }
proc-macro2 = { workspace = true }
proc-macro-error = { workspace = true }

0 comments on commit 65731b5

Please sign in to comment.