Skip to content

Commit

Permalink
rm Connection from Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Oct 24, 2024
1 parent 501a2aa commit b586c30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
8 changes: 1 addition & 7 deletions ibc-eureka-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ description = """
all-features = true

[dependencies]
ibc-eureka-core-client = { workspace = true }
# ibc-eureka-core-connection = { workspace = true }
ibc-eureka-core-client = { workspace = true }
ibc-eureka-core-channel = { workspace = true }
ibc-eureka-core-commitment-types = { workspace = true }
ibc-eureka-core-host = { workspace = true }
Expand All @@ -32,7 +31,6 @@ ibc-primitives = { workspace = true }
default = [ "std" ]
std = [
"ibc-eureka-core-client/std",
# "ibc-eureka-core-connection/std",
"ibc-eureka-core-channel/std",
"ibc-eureka-core-commitment-types/std",
"ibc-eureka-core-host/std",
Expand All @@ -42,7 +40,6 @@ std = [
]
serde = [
"ibc-eureka-core-client/serde",
# "ibc-eureka-core-connection/serde",
"ibc-eureka-core-channel/serde",
"ibc-eureka-core-commitment-types/serde",
"ibc-eureka-core-host/serde",
Expand All @@ -52,7 +49,6 @@ serde = [
]
borsh = [
"ibc-eureka-core-client/borsh",
# "ibc-eureka-core-connection/borsh",
"ibc-eureka-core-channel/borsh",
"ibc-eureka-core-commitment-types/borsh",
"ibc-eureka-core-host/borsh",
Expand All @@ -62,7 +58,6 @@ borsh = [
]
schema = [
"ibc-eureka-core-client/schema",
# "ibc-eureka-core-connection/schema",
"ibc-eureka-core-channel/schema",
"ibc-eureka-core-commitment-types/schema",
"ibc-eureka-core-host/schema",
Expand All @@ -74,7 +69,6 @@ schema = [
]
parity-scale-codec = [
"ibc-eureka-core-client/parity-scale-codec",
# "ibc-eureka-core-connection/parity-scale-codec",
"ibc-eureka-core-channel/parity-scale-codec",
"ibc-eureka-core-commitment-types/parity-scale-codec",
"ibc-eureka-core-host/parity-scale-codec",
Expand Down
8 changes: 1 addition & 7 deletions ibc-eureka-core/ics25-handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ description = """
all-features = true

[dependencies]
ibc-eureka-core-client = { workspace = true }
# ibc-eureka-core-connection = { workspace = true }
ibc-eureka-core-client = { workspace = true }
ibc-eureka-core-channel = { workspace = true }
ibc-eureka-core-commitment-types = { workspace = true }
ibc-eureka-core-router = { workspace = true }
Expand All @@ -32,7 +31,6 @@ ibc-primitives = { workspace = true }
default = [ "std" ]
std = [
"ibc-eureka-core-client/std",
# "ibc-eureka-core-connection/std",
"ibc-eureka-core-channel/std",
"ibc-eureka-core-commitment-types/std",
"ibc-eureka-core-host/std",
Expand All @@ -42,7 +40,6 @@ std = [
]
serde = [
"ibc-eureka-core-client/serde",
# "ibc-eureka-core-connection/serde",
"ibc-eureka-core-channel/serde",
"ibc-eureka-core-commitment-types/serde",
"ibc-eureka-core-host/serde",
Expand All @@ -52,7 +49,6 @@ serde = [
]
borsh = [
"ibc-eureka-core-client/borsh",
# "ibc-eureka-core-connection/borsh",
"ibc-eureka-core-channel/borsh",
"ibc-eureka-core-commitment-types/borsh",
"ibc-eureka-core-host/borsh",
Expand All @@ -62,7 +58,6 @@ borsh = [
]
schema = [
"ibc-eureka-core-client/schema",
# "ibc-eureka-core-connection/schema",
"ibc-eureka-core-channel/schema",
"ibc-eureka-core-commitment-types/schema",
"ibc-eureka-core-host/schema",
Expand All @@ -74,7 +69,6 @@ schema = [
]
parity-scale-codec = [
"ibc-eureka-core-client/parity-scale-codec",
# "ibc-eureka-core-connection/parity-scale-codec",
"ibc-eureka-core-channel/parity-scale-codec",
"ibc-eureka-core-host/parity-scale-codec",
"ibc-eureka-core-router/parity-scale-codec",
Expand Down
8 changes: 1 addition & 7 deletions ibc-eureka-core/ics25-handler/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ schemars = { workspace = true, optional = true }
subtle-encoding = { workspace = true }

# ibc dependencies
ibc-eureka-core-client-types = { workspace = true }
# ibc-eureka-core-connection-types = { workspace = true }
ibc-eureka-core-client-types = { workspace = true }
ibc-eureka-core-channel-types = { workspace = true }
ibc-eureka-core-commitment-types = { workspace = true }
ibc-eureka-core-host-types = { workspace = true }
Expand All @@ -51,7 +50,6 @@ std = [
"serde/std",
"subtle-encoding/std",
"ibc-eureka-core-client-types/std",
# "ibc-eureka-core-connection-types/std",
"ibc-eureka-core-channel-types/std",
"ibc-eureka-core-commitment-types/std",
"ibc-eureka-core-host-types/std",
Expand All @@ -63,7 +61,6 @@ std = [
serde = [
"dep:serde",
"ibc-eureka-core-client-types/serde",
# "ibc-eureka-core-connection-types/serde",
"ibc-eureka-core-channel-types/serde",
"ibc-eureka-core-commitment-types/serde",
"ibc-eureka-core-host-types/serde",
Expand All @@ -74,7 +71,6 @@ serde = [
schema = [
"dep:schemars",
"ibc-eureka-core-client-types/schema",
# "ibc-eureka-core-connection-types/schema",
"ibc-eureka-core-channel-types/schema",
"ibc-eureka-core-commitment-types/schema",
"ibc-eureka-core-host-types/schema",
Expand All @@ -87,7 +83,6 @@ schema = [
borsh = [
"dep:borsh",
"ibc-eureka-core-client-types/borsh",
# "ibc-eureka-core-connection-types/borsh",
"ibc-eureka-core-channel-types/borsh",
"ibc-eureka-core-commitment-types/borsh",
"ibc-eureka-core-host-types/borsh",
Expand All @@ -99,7 +94,6 @@ parity-scale-codec = [
"dep:parity-scale-codec",
"dep:scale-info",
"ibc-eureka-core-client-types/parity-scale-codec",
# "ibc-eureka-core-connection-types/parity-scale-codec",
"ibc-eureka-core-channel-types/parity-scale-codec",
"ibc-eureka-core-commitment-types/parity-scale-codec",
"ibc-eureka-core-host-types/parity-scale-codec",
Expand Down

0 comments on commit b586c30

Please sign in to comment.