Skip to content

Commit 8a869a1

Browse files
committed
fix tests requring std
1 parent c6d916b commit 8a869a1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ ibc-apps = { version = "0.55.1", path = "./ibc-apps", default-features = f
8585
ibc-primitives = { version = "0.55.1", path = "./ibc-primitives", default-features = false }
8686
ibc-testkit = { version = "0.55.1", path = "./ibc-testkit", default-features = false }
8787

88+
ibc-eureka-core = { version = "0.55.1", path = "./ibc-eureka-core", default-features = false }
89+
8890
ibc-derive = { version = "0.9.0", path = "./ibc-derive" }
8991

9092
ibc-core-client = { version = "0.55.1", path = "./ibc-core/ics02-client", default-features = false }

Diff for: ibc/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ ibc-core = { workspace = true }
2727
ibc-core-host-cosmos = { workspace = true }
2828
ibc-derive = { workspace = true }
2929
ibc-primitives = { workspace = true }
30+
ibc-eureka-core = { workspace = true }
3031

3132
[features]
3233
default = [ "std" ]
3334
std = [
3435
"ibc-apps/std",
3536
"ibc-clients/std",
3637
"ibc-core/std",
38+
"ibc-eureka-core/std",
3739
"ibc-core-host-cosmos/std",
3840
"ibc-primitives/std",
3941
]

0 commit comments

Comments
 (0)