Skip to content

Commit 330cc2b

Browse files
committed
remove ibc/std from std feature
Signed-off-by: Jun Kimura <[email protected]>
1 parent 27ed398 commit 330cc2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/light-client/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ std = [
2121
"flex-error/std",
2222
"lcp-types/std",
2323
"commitments/std",
24-
"store/std",
25-
"ibc?/std",
24+
"store/std"
2625
]
2726
ibc = [
2827
"dep:ibc",

0 commit comments

Comments
 (0)