Skip to content

Commit

Permalink
fix tests requring std
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Oct 30, 2024
1 parent c6d916b commit 8a869a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ ibc-apps = { version = "0.55.1", path = "./ibc-apps", default-features = f
ibc-primitives = { version = "0.55.1", path = "./ibc-primitives", default-features = false }
ibc-testkit = { version = "0.55.1", path = "./ibc-testkit", default-features = false }

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

ibc-derive = { version = "0.9.0", path = "./ibc-derive" }

ibc-core-client = { version = "0.55.1", path = "./ibc-core/ics02-client", default-features = false }
Expand Down
2 changes: 2 additions & 0 deletions ibc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ ibc-core = { workspace = true }
ibc-core-host-cosmos = { workspace = true }
ibc-derive = { workspace = true }
ibc-primitives = { workspace = true }
ibc-eureka-core = { workspace = true }

[features]
default = [ "std" ]
std = [
"ibc-apps/std",
"ibc-clients/std",
"ibc-core/std",
"ibc-eureka-core/std",
"ibc-core-host-cosmos/std",
"ibc-primitives/std",
]
Expand Down

0 comments on commit 8a869a1

Please sign in to comment.