Skip to content

Commit

Permalink
fix(ci): import fix for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic committed Nov 13, 2024
1 parent 840a4a1 commit 4127a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ tangle-subxt = { workspace = true }
alloy-contract = { workspace = true }
alloy-network = { workspace = true }
alloy-primitives = { workspace = true }
alloy-json-abi = { workspace = true }
alloy-json-abi = { workspace = true, features = ["serde_json"] }
alloy-provider = { workspace = true, optional = true }
alloy-rpc-types = { workspace = true }
alloy-sol-types = { workspace = true }
Expand Down

0 comments on commit 4127a4e

Please sign in to comment.