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

Commit

Permalink
fix: clippy no-default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Mar 6, 2024
1 parent 0cb8663 commit 390bc8c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sov-state = { workspace = true }
sov-celestia-adapter = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "5a144d60", features = ["native"], optional = true }
sov-mock-da = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "5a144d60", features = ["native"], optional = true }
sov-mock-zkvm = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "5a144d60", features = ["native"], optional = true }
sov-modules-stf-blueprint = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "5a144d60" }
sov-modules-stf-blueprint = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "5a144d60", features = ["native"], optional = true }
sov-prover-storage-manager = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "5a144d60", features = ["test-utils"] }
sov-schema-db = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "5a144d60" }
const-rollup-config = { git = "ssh://[email protected]/informalsystems/sovereign-sdk-wip.git", rev = "5a144d60" }
Expand All @@ -71,14 +71,14 @@ tracing-subscriber = { version = "0.3", default-features = false, features =
default = ["native"]
native = [
"sov-bank/native",
"sov-celestia-adapter",
"sov-ibc/native",
"sov-ibc-transfer/native",
"sov-chain-state/native",
"sov-modules-api/native",
"sov-modules-stf-blueprint/native",
"sov-state/native",
"sov-rollup-interface/native",
"sov-celestia-adapter",
"sov-mock-da",
"sov-mock-zkvm",
"sov-rollup-interface/native",
"sov-ibc/native",
"sov-ibc-transfer/native",
"sov-modules-stf-blueprint",
]

0 comments on commit 390bc8c

Please sign in to comment.