Skip to content

Commit

Permalink
fix: missing std features
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Nov 23, 2023
1 parent 22351c9 commit 9e654e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ibc-core/ics04-channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ibc-primitives = { workspace = true }
[features]
default = ["std"]
std = [
"prost/std",
"ibc-core-client/std",
"ibc-core-connection/std",
"ibc-core-channel-types/std",
Expand Down
3 changes: 3 additions & 0 deletions ibc-core/ics24-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ rstest = { workspace = true }
[features]
default = ["std"]
std = [
"displaydoc/std",
"prost/std",
"subtle-encoding/std",
"ibc-core-client-types/std",
"ibc-core-client-context/std",
"ibc-core-connection-types/std",
Expand Down

0 comments on commit 9e654e9

Please sign in to comment.