Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Oct 13, 2023
1 parent 33f9958 commit 9f63dea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ckb-app-config = { path = "../util/app-config", version = "= 0.113.0-pre" }
ckb-constant = { path = "../util/constant", version = "= 0.113.0-pre" }
jsonrpc-core = "18.0"
serde_json = "1.0"
jsonrpc-utils = { version = "0.2.2", features = ["server", "macros", "axum"] }
ckb-jsonrpc-types = { path = "../util/jsonrpc-types", version = "= 0.113.0-pre" }
ckb-verification = { path = "../verification", version = "= 0.113.0-pre" }
ckb-verification-traits = { path = "../verification/traits", version = "= 0.113.0-pre" }
Expand All @@ -37,6 +38,7 @@ ckb-tx-pool = { path = "../tx-pool", version = "= 0.113.0-pre" }
ckb-memory-tracker = { path = "../util/memory-tracker", version = "= 0.113.0-pre" }
ckb-pow = { path = "../pow", version = "= 0.113.0-pre" }
ckb-indexer = { path = "../util/indexer", version = "= 0.113.0-pre" }
ckb-stop-handler = { path = "../util/stop-handler", version = "= 0.113.0-pre" }
itertools.workspace = true
tokio = "1"
async-trait = "0.1"
Expand All @@ -45,7 +47,7 @@ tokio-util = { version = "0.7.3", features = ["codec"] }
futures-util = { version = "0.3.21"}
tower-http = { version = "0.3.5", features = ["timeout"] }
async-stream = "0.3.3"
ckb-async-runtime = { path = "../util/runtime", version = "= 0.112.0-pre" }
ckb-async-runtime = { path = "../util/runtime", version = "= 0.113.0-pre" }

[dev-dependencies]
reqwest = { version = "0.11.4", features = ["blocking", "json"] }
Expand Down

0 comments on commit 9f63dea

Please sign in to comment.