Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Jan 21, 2025
1 parent 16a2dc2 commit be9ad89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ tracing = { workspace = true }

# Sov SDK deps
sov-db = { path = "../sovereign-sdk/full-node/db/sov-db" }
sov-schema-db = { path = "../sovereign-sdk/full-node/db/sov-schema-db" }
sov-ledger-rpc = { path = "../sovereign-sdk/full-node/sov-ledger-rpc", features = ["client"] }
sov-mock-da = { path = "../sovereign-sdk/adapters/mock-da" }
sov-modules-api = { path = "../sovereign-sdk/module-system/sov-modules-api" }
sov-rollup-interface = { path = "../sovereign-sdk/rollup-interface" }
sov-schema-db = { path = "../sovereign-sdk/full-node/db/sov-schema-db" }
sov-stf-runner = { path = "../sovereign-sdk/full-node/sov-stf-runner", features = ["native"] }

# Citrea
Expand Down

0 comments on commit be9ad89

Please sign in to comment.