Skip to content

Commit

Permalink
update ibc-proto-rs for ibc-rs/informalsystems#793
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Jul 31, 2023
1 parent 1797c2b commit 9db6892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ibc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mocks-no-std = ["cfg-if"]

[dependencies]
# Proto definitions for all IBC-related interfaces, e.g., connections or channels.
ibc-proto = { git = "https://github.com/heliaxdev/ibc-proto-rs", rev = "349582059c0cf1f4cdce9e93b33552687c9df54a", default-features = false, features = ["parity-scale-codec", "borsh"] }
ibc-proto = { git = "https://github.com/heliaxdev/ibc-proto-rs", rev = "31892ee743b2af017d5629b2af419ee20b6100c7", default-features = false, features = ["parity-scale-codec", "borsh"] }
ics23 = { version = "0.9.0", default-features = false, features = ["host-functions"] }
time = { version = ">=0.3.0, <0.3.22", default-features = false }
serde_derive = { version = "1.0.104", default-features = false, optional = true }
Expand Down

0 comments on commit 9db6892

Please sign in to comment.