Skip to content

Commit

Permalink
Execute `sed -i 's/ = { version = "=0.201.0-pre", path = / = { path =…
Browse files Browse the repository at this point in the history
… /g' Cargo.toml`

Signed-off-by: Eval EXEC <execvy@gmail.com>
  • Loading branch information
eval-exec committed Mar 8, 2025
1 parent 53bc9c1 commit 5ec9710
Showing 1 changed file with 70 additions and 70 deletions.
140 changes: 70 additions & 70 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,78 +117,78 @@ bs58 = "0.5.0"
byteorder = "1.3.1"
bytes = "1"
cfg-if = "1.0"
ckb-app-config = { version = "=0.201.0-pre", path = "util/app-config" }
ckb-async-runtime = { version = "=0.201.0-pre", path = "util/runtime" }
ckb-bin = { version = "=0.201.0-pre", path = "ckb-bin" }
ckb-block-filter = { version = "=0.201.0-pre", path = "block-filter" }
ckb-build-info = { version = "=0.201.0-pre", path = "util/build-info" }
ckb-chain = { version = "=0.201.0-pre", path = "chain" }
ckb-chain-iter = { version = "=0.201.0-pre", path = "util/chain-iter" }
ckb-chain-spec = { version = "=0.201.0-pre", path = "spec" }
ckb-channel = { version = "=0.201.0-pre", path = "util/channel" }
ckb-constant = { version = "=0.201.0-pre", path = "util/constant" }
ckb-crypto = { version = "=0.201.0-pre", path = "util/crypto" }
ckb-dao = { version = "=0.201.0-pre", path = "util/dao" }
ckb-dao-utils = { version = "=0.201.0-pre", path = "util/dao/utils" }
ckb-db = { version = "=0.201.0-pre", path = "db" }
ckb-db-migration = { version = "=0.201.0-pre", path = "db-migration" }
ckb-db-schema = { version = "=0.201.0-pre", path = "db-schema" }
ckb-error = { version = "=0.201.0-pre", path = "error" }
ckb-fee-estimator = { version = "=0.201.0-pre", path = "util/fee-estimator" }
ckb-fixed-hash = { version = "=0.201.0-pre", path = "util/fixed-hash" }
ckb-fixed-hash-core = { version = "=0.201.0-pre", path = "util/fixed-hash/core" }
ckb-fixed-hash-macros = { version = "=0.201.0-pre", path = "util/fixed-hash/macros" }
ckb-freezer = { version = "=0.201.0-pre", path = "freezer" }
ckb-gen-types = { version = "=0.201.0-pre", path = "util/gen-types" }
ckb-hash = { version = "=0.201.0-pre", path = "util/hash", default-features = false }
ckb-indexer = { version = "=0.201.0-pre", path = "util/indexer" }
ckb-indexer-sync = { version = "=0.201.0-pre", path = "util/indexer-sync" }
ckb-instrument = { version = "=0.201.0-pre", path = "util/instrument" }
ckb-jsonrpc-types = { version = "=0.201.0-pre", path = "util/jsonrpc-types" }
ckb-launcher = { version = "=0.201.0-pre", path = "util/launcher" }
ckb-light-client-protocol-server = { version = "=0.201.0-pre", path = "util/light-client-protocol-server" }
ckb-logger = { version = "=0.201.0-pre", path = "util/logger" }
ckb-logger-config = { version = "=0.201.0-pre", path = "util/logger-config" }
ckb-logger-service = { version = "=0.201.0-pre", path = "util/logger-service" }
ckb-memory-tracker = { version = "=0.201.0-pre", path = "util/memory-tracker" }
ckb-app-config = { path = "util/app-config" }
ckb-async-runtime = { path = "util/runtime" }
ckb-bin = { path = "ckb-bin" }
ckb-block-filter = { path = "block-filter" }
ckb-build-info = { path = "util/build-info" }
ckb-chain = { path = "chain" }
ckb-chain-iter = { path = "util/chain-iter" }
ckb-chain-spec = { path = "spec" }
ckb-channel = { path = "util/channel" }
ckb-constant = { path = "util/constant" }
ckb-crypto = { path = "util/crypto" }
ckb-dao = { path = "util/dao" }
ckb-dao-utils = { path = "util/dao/utils" }
ckb-db = { path = "db" }
ckb-db-migration = { path = "db-migration" }
ckb-db-schema = { path = "db-schema" }
ckb-error = { path = "error" }
ckb-fee-estimator = { path = "util/fee-estimator" }
ckb-fixed-hash = { path = "util/fixed-hash" }
ckb-fixed-hash-core = { path = "util/fixed-hash/core" }
ckb-fixed-hash-macros = { path = "util/fixed-hash/macros" }
ckb-freezer = { path = "freezer" }
ckb-gen-types = { path = "util/gen-types" }
ckb-hash = { path = "util/hash", default-features = false }
ckb-indexer = { path = "util/indexer" }
ckb-indexer-sync = { path = "util/indexer-sync" }
ckb-instrument = { path = "util/instrument" }
ckb-jsonrpc-types = { path = "util/jsonrpc-types" }
ckb-launcher = { path = "util/launcher" }
ckb-light-client-protocol-server = { path = "util/light-client-protocol-server" }
ckb-logger = { path = "util/logger" }
ckb-logger-config = { path = "util/logger-config" }
ckb-logger-service = { path = "util/logger-service" }
ckb-memory-tracker = { path = "util/memory-tracker" }
ckb-merkle-mountain-range = "0.5.2"
ckb-metrics = { version = "=0.201.0-pre", path = "util/metrics" }
ckb-metrics-config = { version = "=0.201.0-pre", path = "util/metrics-config" }
ckb-metrics-service = { version = "=0.201.0-pre", path = "util/metrics-service" }
ckb-migrate = { version = "=0.201.0-pre", path = "util/migrate" }
ckb-migration-template = { version = "=0.201.0-pre", path = "util/migrate/migration-template" }
ckb-miner = { version = "=0.201.0-pre", path = "miner" }
ckb-multisig = { version = "=0.201.0-pre", path = "util/multisig" }
ckb-network = { version = "=0.201.0-pre", path = "network" }
ckb-network-alert = { version = "=0.201.0-pre", path = "util/network-alert" }
ckb-notify = { version = "=0.201.0-pre", path = "notify" }
ckb-occupied-capacity = { version = "=0.201.0-pre", path = "util/occupied-capacity" }
ckb-occupied-capacity-core = { version = "=0.201.0-pre", path = "util/occupied-capacity/core" }
ckb-occupied-capacity-macros = { version = "=0.201.0-pre", path = "util/occupied-capacity/macros" }
ckb-pow = { version = "=0.201.0-pre", path = "pow" }
ckb-proposal-table = { version = "=0.201.0-pre", path = "util/proposal-table" }
ckb-rational = { version = "=0.201.0-pre", path = "util/rational" }
ckb-resource = { version = "=0.201.0-pre", path = "resource" }
ckb-reward-calculator = { version = "=0.201.0-pre", path = "util/reward-calculator" }
ckb-rich-indexer = { version = "=0.201.0-pre", path = "util/rich-indexer" }
ckb-rpc = { version = "=0.201.0-pre", path = "rpc" }
ckb-script = { version = "=0.201.0-pre", path = "script" }
ckb-shared = { version = "=0.201.0-pre", path = "shared" }
ckb-snapshot = { version = "=0.201.0-pre", path = "util/snapshot" }
ckb-spawn = { version = "=0.201.0-pre", path = "util/spawn" }
ckb-stop-handler = { version = "=0.201.0-pre", path = "util/stop-handler" }
ckb-store = { version = "=0.201.0-pre", path = "store" }
ckb-sync = { version = "=0.201.0-pre", path = "sync" }
ckb-metrics = { path = "util/metrics" }
ckb-metrics-config = { path = "util/metrics-config" }
ckb-metrics-service = { path = "util/metrics-service" }
ckb-migrate = { path = "util/migrate" }
ckb-migration-template = { path = "util/migrate/migration-template" }
ckb-miner = { path = "miner" }
ckb-multisig = { path = "util/multisig" }
ckb-network = { path = "network" }
ckb-network-alert = { path = "util/network-alert" }
ckb-notify = { path = "notify" }
ckb-occupied-capacity = { path = "util/occupied-capacity" }
ckb-occupied-capacity-core = { path = "util/occupied-capacity/core" }
ckb-occupied-capacity-macros = { path = "util/occupied-capacity/macros" }
ckb-pow = { path = "pow" }
ckb-proposal-table = { path = "util/proposal-table" }
ckb-rational = { path = "util/rational" }
ckb-resource = { path = "resource" }
ckb-reward-calculator = { path = "util/reward-calculator" }
ckb-rich-indexer = { path = "util/rich-indexer" }
ckb-rpc = { path = "rpc" }
ckb-script = { path = "script" }
ckb-shared = { path = "shared" }
ckb-snapshot = { path = "util/snapshot" }
ckb-spawn = { path = "util/spawn" }
ckb-stop-handler = { path = "util/stop-handler" }
ckb-store = { path = "store" }
ckb-sync = { path = "sync" }
ckb-system-scripts = "=0.5.4"
ckb-systemtime = { version = "=0.201.0-pre", path = "util/systemtime" }
ckb-test-chain-utils = { version = "=0.201.0-pre", path = "util/test-chain-utils" }
ckb-traits = { version = "=0.201.0-pre", path = "traits" }
ckb-tx-pool = { version = "=0.201.0-pre", path = "tx-pool" }
ckb-types = { version = "=0.201.0-pre", path = "util/types" }
ckb-util = { version = "=0.201.0-pre", path = "util" }
ckb-verification = { version = "=0.201.0-pre", path = "verification" }
ckb-verification-contextual = { version = "=0.201.0-pre", path = "verification/contextual" }
ckb-verification-traits = { version = "=0.201.0-pre", path = "verification/traits" }
ckb-systemtime = { path = "util/systemtime" }
ckb-test-chain-utils = { path = "util/test-chain-utils" }
ckb-traits = { path = "traits" }
ckb-tx-pool = { path = "tx-pool" }
ckb-types = { path = "util/types" }
ckb-util = { path = "util" }
ckb-verification = { path = "verification" }
ckb-verification-contextual = { path = "verification/contextual" }
ckb-verification-traits = { path = "verification/traits" }
ckb-vm = { version = "=0.24.13", default-features = false }
clap = "=4.4"
console = ">=0.9.1, <1.0.0"
Expand Down

0 comments on commit 5ec9710

Please sign in to comment.