Skip to content

Commit

Permalink
maybe fix penumbra-sct dep in ibc
Browse files Browse the repository at this point in the history
  • Loading branch information
noot committed Aug 20, 2024
1 parent 36b9dce commit 7016220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/component/ibc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}

0 comments on commit 7016220

Please sign in to comment.