We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff4378c commit 1d5f6e0Copy full SHA for 1d5f6e0
crates/relayer-types/Cargo.toml
@@ -24,7 +24,7 @@ mocks = ["tendermint-testgen", "clock"]
24
25
[dependencies]
26
# Proto definitions for all IBC-related interfaces, e.g., connections or channels.
27
-ibc-proto = { version = "0.38.0" }
+ibc-proto = { version = "0.38.0", features = ["serde"] }
28
ics23 = { version = "0.11.0", features = ["std", "host-functions"] }
29
time = { version = "0.3" }
30
serde_derive = { version = "1.0.104" }
0 commit comments