Skip to content

Commit

Permalink
chore: set ibc-rs version to v0.48.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Nov 27, 2023
1 parent 2fb82a9 commit 7c8e7cc
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 = "dd1b7ad", default-features = false }
ibc-query = { git = "https://github.com/cosmos/ibc-rs", rev = "dd1b7ad", default-features = false }
ibc = { version = "0.48.1", default-features = false }
ibc-query = { version = "0.48.1", default-features = false }
ibc-proto = { version = "0.38.0", default-features = false }
ics23 = { version = "0.11", default-features = false }
prost = { version = "0.12", default-features = false }
Expand Down

0 comments on commit 7c8e7cc

Please sign in to comment.