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 10, 2024
1 parent 8819802 commit 3643d7e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

[patch.crates-io]

sov-ibc = { path = "modules/sov-ibc" }
sov-ibc-transfer = { path = "modules/sov-ibc-transfer" }
sov-consensus-state-tracker = { path = "modules/sov-consensus-state-tracker" }
sov-celestia-client = { path = "clients/sov-celestia" }
sov-ibc = { path = "modules/sov-ibc" }
sov-ibc-transfer = { path = "modules/sov-ibc-transfer" }
sov-consensus-state-tracker = { path = "modules/sov-consensus-state-tracker" }
sov-celestia-client = { path = "clients/sov-celestia" }

ibc-core = { git = "https://github.com/cosmos/ibc-rs.git", rev = "c579628c67" }
ibc-core-client = { git = "https://github.com/cosmos/ibc-rs.git", rev = "c579628c67" }
Expand All @@ -16,7 +16,7 @@ ibc-primitives = { git = "https://github.com/cosmos/ibc-rs.git", re
ibc-query = { git = "https://github.com/cosmos/ibc-rs.git", rev = "c579628c67" }
ibc-testkit = { git = "https://github.com/cosmos/ibc-rs.git", rev = "c579628c67" }

basecoin = { git = "https://github.com/informalsystems/basecoin-rs.git", branch = "soares/git-deps-in-patch" }
basecoin = { git = "https://github.com/informalsystems/basecoin-rs.git", rev = "75fbb86" }

sov-bank = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "20bfd68" }
sov-celestia-adapter = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "20bfd68" }
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

0 comments on commit 3643d7e

Please sign in to comment.