Skip to content

Commit

Permalink
Remove useless dependencies from ckb-launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Nov 17, 2023
1 parent 3ea7166 commit e2f8e57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

5 changes: 0 additions & 5 deletions util/launcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ckb-types = { path = "../types", version = "= 0.113.0-pre" }
ckb-store = { path = "../../store", version = "= 0.113.0-pre" }
ckb-db = { path = "../../db", version = "= 0.113.0-pre" }
ckb-app-config = { path = "../app-config", version = "= 0.113.0-pre" }
ckb-db-migration = { path = "../../db-migration", version = "= 0.113.0-pre" }
ckb-logger = { path = "../logger", version = "= 0.113.0-pre" }
ckb-db-schema = { path = "../../db-schema", version = "= 0.113.0-pre" }
ckb-error = { path = "../../error", version = "= 0.113.0-pre" }
Expand All @@ -40,15 +39,11 @@ ckb-snapshot = { path = "../snapshot", version = "= 0.113.0-pre" }
ckb-tx-pool = { path = "../../tx-pool", version = "= 0.113.0-pre" }
ckb-light-client-protocol-server = { path = "../light-client-protocol-server", version = "= 0.113.0-pre" }
ckb-block-filter = { path = "../../block-filter", version = "= 0.113.0-pre" }
ckb-hash = { path = "../hash", version = "= 0.113.0-pre" }
ckb-migrate = { path = "../migrate", version = "= 0.113.0-pre" }
num_cpus = "1.10"
once_cell = "1.8.0"
tempfile.workspace = true

[dev-dependencies]
ckb-systemtime = {path = "../systemtime", version = "= 0.113.0-pre", features = ["enable_faketime"] }

[features]
with_sentry = [ "ckb-sync/with_sentry", "ckb-network/with_sentry", "ckb-app-config/with_sentry" ]
portable = ["ckb-db/portable", "ckb-db-migration/portable"]
Expand Down

0 comments on commit e2f8e57

Please sign in to comment.