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

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen committed Jun 21, 2024
1 parent 646ca52 commit 7912e0e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
[patch.crates-io]

sov-ibc-proto = { path = "crates/proto/sov-ibc-proto" }
sov-ibc-proto-compiler = { path = "crates/proto/sov-ibc-proto-compiler" }
sov-client-types = { path = "crates/clients/sov-client-types" }
sov-celestia-client = { path = "crates/clients/sov-celestia-client" }
sov-celestia-client-types = { path = "crates/clients/sov-celestia-client-types" }
sov-celestia-client-cw = { path = "crates/clients/sov-celestia-client-cw" }
sov-ibc = { path = "crates/modules/sov-ibc" }
sov-ibc-transfer = { path = "crates/modules/sov-ibc-transfer" }
sov-consensus-state-tracker = { path = "crates/modules/sov-consensus-state-tracker" }
sov-ibc-mocks = { path = "crates/test/sov-ibc-mocks" }

ibc = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
ibc-core = { git = "https://github.com/cosmos/ibc-rs.git", branch = "rano/downgrade-borsh" }
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,12 @@ uninlined_format_args = "deny"
[workspace.dependencies]

sov-ibc-proto = { version = "0.1.0" }
sov-ibc-proto-compiler = { version = "0.1.0" }
sov-client-types = { version = "0.1.0" }
sov-celestia-client = { version = "0.1.0", default-features = false }
sov-celestia-client-types = { version = "0.1.0", default-features = false }
sov-celestia-client-cw = { version = "0.1.0", default-features = false }
sov-ibc = { version = "0.1.0" }
sov-ibc-transfer = { version = "0.1.0" }
sov-consensus-state-tracker = { version = "0.1.0" }
sov-ibc-mocks = { version = "0.1.0" }

# external dependencies
anyhow = "1.0.68"
Expand Down Expand Up @@ -117,3 +114,5 @@ sov-kernels = { version = "0.3.0" }
sov-mock-zkvm = { version = "0.3.0" }
sov-prover-storage-manager = { version = "0.3.0" }
const-rollup-config = { version = "0.3.0" }

# Note: the `[patch.crates-io]` section is placed at `./cargo/config.toml`
6 changes: 3 additions & 3 deletions ci/risc0-check/methods/guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[workspace]

[dependencies]
sov-ibc = { path = "../../../../modules/sov-ibc" }
sov-ibc-transfer = { path = "../../../../modules/sov-ibc-transfer" }
sov-celestia-client = { path = "../../../../clients/sov-celestia" }
sov-ibc = { path = "../../../../crates/modules/sov-ibc" }
sov-ibc-transfer = { path = "../../../../crates/modules/sov-ibc-transfer" }
sov-celestia-client = { path = "../../../../crates/clients/sov-celestia-client" }
risc0-zkvm = { version = "0.20.1", default-features = false, features = [ "std" ] }

0 comments on commit 7912e0e

Please sign in to comment.