Skip to content

Commit

Permalink
revert ibc/Cargo.toml to respect component feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime committed Aug 21, 2024
1 parent 7016220 commit cb1d4d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/core/component/ibc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition = {workspace = true}
component = [
"cnidarium",
"penumbra-proto/cnidarium",
"penumbra-sct/component",
]
default = ["component", "std"]
std = ["ibc-types/std"]
Expand All @@ -32,6 +33,7 @@ pbjson-types = {workspace = true}
penumbra-asset = {workspace = true, default-features = false}
penumbra-num = {workspace = true, default-features = false}
penumbra-proto = {workspace = true, default-features = false}
penumbra-sct = {workspace = true, default-features = false}
penumbra-txhash = {workspace = true, default-features = false}
prost = {workspace = true}
serde = {workspace = true, features = ["derive"]}
Expand All @@ -45,5 +47,4 @@ tower = {workspace = true}
tracing = {workspace = true}

[dev-dependencies]
penumbra-sct = {workspace = true, default-features = false, features = ["component"]}
tokio = {workspace = true, features = ["full"]}

0 comments on commit cb1d4d2

Please sign in to comment.