Skip to content

Commit

Permalink
shielded-pool: avoid transport import
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Dec 24, 2024
1 parent 99a2da5 commit 7c1a7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/component/shielded-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ decaf377-ka = {workspace = true}
decaf377-rdsa = {workspace = true}
futures = {workspace = true}
hex = {workspace = true}
ibc-proto = {workspace = true, features = ["transport"], default-features = false}
ibc-proto = {workspace = true, default-features = false}
ibc-types = {workspace = true, features = ["with_serde"], default-features = false}
im = {workspace = true}
metrics = {workspace = true}
Expand Down

0 comments on commit 7c1a7a9

Please sign in to comment.