Skip to content

Commit 1d5f6e0

Browse files
committed
Enable serde feature of ibc-proto (#3678)
1 parent ff4378c commit 1d5f6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/relayer-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mocks = ["tendermint-testgen", "clock"]
2424

2525
[dependencies]
2626
# Proto definitions for all IBC-related interfaces, e.g., connections or channels.
27-
ibc-proto = { version = "0.38.0" }
27+
ibc-proto = { version = "0.38.0", features = ["serde"] }
2828
ics23 = { version = "0.11.0", features = ["std", "host-functions"] }
2929
time = { version = "0.3" }
3030
serde_derive = { version = "1.0.104" }

0 commit comments

Comments
 (0)