Skip to content

Commit

Permalink
update ibc-proto-rs revision
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez committed Mar 4, 2024
1 parent 04e43dd commit 986f4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cw2 = "1.1.1"
derive_more = "0.99.17"
ibc = { git = "https://github.com/cosmos/ibc-rs", rev = "552863ec93", default-features = false } # "0.50.0"
ibc-core = { git = "https://github.com/cosmos/ibc-rs", rev = "552863ec93", default-features = false } # "0.50.0"
ibc-proto = { git = "https://github.com/cosmos/ibc-proto-rs.git", rev = "d07679bed968554088cdd1f92eb7b50003800fc1", default-features = false } # "0.42.0"
ibc-proto = { git = "https://github.com/cosmos/ibc-proto-rs.git", rev = "3adf964d795bf4d53150f3b2ce47feed93121759", default-features = false } # "0.42.0"
prost = "0.12.3"
schemars = "0.8.15"
serde = { version = "1.0", features = ["derive", "rc"] }
Expand Down

0 comments on commit 986f4fd

Please sign in to comment.