From 4127a4e2f3af7d8e70ca4b282d0cdb9aec684cee Mon Sep 17 00:00:00 2001 From: Tjemmmic Date: Tue, 12 Nov 2024 18:35:51 -0600 Subject: [PATCH] fix(ci): import fix for ci --- sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 32645270..99ff99b5 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -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 }