Skip to content

Commit

Permalink
chore: track ibc-rs changes in 1060
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Jan 25, 2024
1 parent dc3b43a commit 4103ad3
Showing 1 changed file with 2 additions and 2 deletions.
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 = { version = "0.49.1", default-features = false, features = ["serde"] }
ibc-query = { version = "0.49.1", default-features = false }
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "6c23da7", default-features = false, features = ["serde"] }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "6c23da7", 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 4103ad3

Please sign in to comment.