Skip to content

Commit

Permalink
fix udeps
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet committed Feb 14, 2025
1 parent adf99d3 commit 36be4fc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion bin/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ citrea-storage-ops = { path = "../../crates/storage-ops" }

# Sovereign-SDK deps
sov-db = { path = "../../crates/sovereign-sdk/full-node/db/sov-db" }
sov-prover-storage-manager = { path = "../../crates/sovereign-sdk/full-node/sov-prover-storage-manager" }

# 3rd-party deps
anyhow = { workspace = true }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ sov-state = { path = "../../module-system/sov-state", features = ["native"] }
tracing = { workspace = true }

[dev-dependencies]
sov-mock-da = { path = "../../adapters/mock-da", features = ["native"] }
sov-schema-db = { path = "../db/sov-schema-db", features = ["test-utils"] }
tempfile = { workspace = true }
criterion = "0.5.1"
rand = { workspace = true }

[features]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ bincode = { workspace = true }
tempfile = { workspace = true }
sov-modules-api = { path = ".", features = ["native"] }
sov-modules-core = { path = "../sov-modules-core", features = ["mocks"] }
sov-mock-da = { path = "../../adapters/mock-da", features = ["native"] }
sov-db = { path = "../../full-node/db/sov-db" }
sov-prover-storage-manager = { path = "../../full-node/sov-prover-storage-manager", features = [
"test-utils",
Expand Down
1 change: 0 additions & 1 deletion crates/storage-ops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ tokio-util = { workspace = true }
tracing = { workspace = true }

[dev-dependencies]
sov-prover-storage-manager = { path = "../sovereign-sdk/full-node/sov-prover-storage-manager" }
sov-rollup-interface = { path = "../../crates/sovereign-sdk/rollup-interface", features = ["testing"] }
tempfile = { workspace = true }

0 comments on commit 36be4fc

Please sign in to comment.