Skip to content

Commit

Permalink
chore: update ibc to v0.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Jan 4, 2024
1 parent 480f3ec commit beec269
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 28 deletions.
78 changes: 52 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ base64 = { version = "0.21", default-features = false, features = ["alloc"] }
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", rev = "c9dd706", default-features = false }
ibc-query = { git = "https://github.com/cosmos/ibc-rs", rev = "c9dd706", default-features = false }
ibc = { version = "0.49.1", default-features = false }
ibc-query = { version = "0.49.1", default-features = false }
ibc-proto = { version = "0.39.1", default-features = false }
ics23 = { version = "0.11", default-features = false }
prost = { version = "0.12", default-features = false }
Expand Down

0 comments on commit beec269

Please sign in to comment.