Skip to content

Commit

Permalink
Enable serde feature of ibc-proto (#3678)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac authored Oct 23, 2023
1 parent 7e2b14c commit 3f8332c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/relayer-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mocks = ["tendermint-testgen", "clock"]

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

0 comments on commit 3f8332c

Please sign in to comment.