Skip to content

Commit

Permalink
latest rev of ibc-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Aug 29, 2023
1 parent d3cf93a commit 537ce1d
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 @@ -32,7 +32,7 @@ cosmrs = "0.14.0"
displaydoc = { version = "0.2", default-features = false }
derive_more = { version = "0.99.17", default-features = false, features = ["from", "into", "display"] }
ed25519 = { version = "2.1.0", default-features = false }
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev= "6eb22d3e" }
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev= "e2898d9a" }
ibc-proto = { version = "0.34.0", default-features = false, features = ["server", "proto-descriptor", "serde"] }
ics23 = { version = "0.10.1", default-features = false, features = ["host-functions"] }
primitive-types = { version = "0.12.0", default-features = false, features = ["serde_no_std"] }
Expand Down

0 comments on commit 537ce1d

Please sign in to comment.