Skip to content

Commit

Permalink
Merge in changes from PR 151
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Feb 5, 2024
1 parent 03ce94f commit ab355ea
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ members = [
]

[workspace.dependencies]
base64 = { version = "0.21", default-features = false, features = ["alloc"] }
base64 = { version = "0.21.6", 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.git", rev = "2330339", default-features = false, features = ["serde"] }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "2330339", default-features = false }
ibc = { git = "https://github.com/cosmos/ibc-rs.git", rev = "790553e", default-features = false, features = ["serde"] }
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "790553e", default-features = false }
ibc-proto = { version = "0.41.0", default-features = false }
ics23 = { version = "0.11", default-features = false }
prost = { version = "0.12", default-features = false }
Expand Down

0 comments on commit ab355ea

Please sign in to comment.