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

Commit

Permalink
chore: update basecoin rev
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Apr 3, 2024
1 parent fbaea80 commit d637472
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
42 changes: 21 additions & 21 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 @@ -32,10 +32,10 @@ tracing = "0.1.36"
typed-builder = "0.18.0"

# internal dependencies
sov-ibc = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "3c051627" }
sov-ibc-transfer = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "3c051627" }
sov-consensus-state-tracker = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "3c051627" }
sov-celestia-client = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "3c051627", features = ["test-util"] }
sov-ibc = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "fbaea802" }
sov-ibc-transfer = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "fbaea802" }
sov-consensus-state-tracker = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "fbaea802" }
sov-celestia-client = { git = "https://github.com/informalsystems/sovereign-ibc.git", rev = "fbaea802", features = ["test-util"] }

# ibc dependencies
ibc-core = { workspace = true }
Expand All @@ -46,7 +46,7 @@ ibc-query = { workspace = true }
ibc-testkit = { workspace = true }

# cosmos dependencies
basecoin = { git = "https://github.com/informalsystems/basecoin-rs.git", rev = "d42efa2" }
basecoin = { git = "https://github.com/informalsystems/basecoin-rs.git", rev = "c186aa1" }
tendermint = { workspace = true }
tendermint-testgen = { workspace = true }

Expand Down

0 comments on commit d637472

Please sign in to comment.