Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
deps: update basecoin rev
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Feb 9, 2024
1 parent f6963c5 commit 85a286a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ tracing = "0.1.36"
typed-builder = "0.18.0"

# internal dependencies
sov-ibc = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "3ddd198" }
sov-ibc-transfer = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "3ddd198" }
sov-celestia-client = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "3ddd198" }
sov-ibc = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "f6963c5" }
sov-ibc-transfer = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "f6963c5" }
sov-celestia-client = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "f6963c5" }

# ibc dependencies
ibc-core = { workspace = true }
Expand All @@ -43,8 +43,8 @@ ibc-query = { workspace = true }
ibc-testkit = { git = "https://github.com/cosmos/ibc-rs.git", rev = "b25d7d8868", default-features = false }

# cosmos dependencies
basecoin-app = { git = "https://github.com/informalsystems/basecoin-rs.git", rev = "cdb24c2" }
basecoin-store = { git = "https://github.com/informalsystems/basecoin-rs.git", rev = "cdb24c2" }
basecoin-app = { git = "https://github.com/informalsystems/basecoin-rs.git", rev = "7614f92" }
basecoin-store = { git = "https://github.com/informalsystems/basecoin-rs.git", rev = "7614f92" }

tendermint = { workspace = true }
tendermint-testgen = { workspace = true }
Expand Down

0 comments on commit 85a286a

Please sign in to comment.