From 7016220f534f03ee7580a09ff8946fccb5281c10 Mon Sep 17 00:00:00 2001 From: elizabeth Date: Tue, 20 Aug 2024 12:33:41 -0400 Subject: [PATCH] maybe fix penumbra-sct dep in ibc --- crates/core/component/ibc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/component/ibc/Cargo.toml b/crates/core/component/ibc/Cargo.toml index df20a8274e..936a9fa806 100644 --- a/crates/core/component/ibc/Cargo.toml +++ b/crates/core/component/ibc/Cargo.toml @@ -45,5 +45,5 @@ tower = {workspace = true} tracing = {workspace = true} [dev-dependencies] -penumbra-sct = {workspace = true, features = ["component"]} +penumbra-sct = {workspace = true, default-features = false, features = ["component"]} tokio = {workspace = true, features = ["full"]}