mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 15:11:03 +00:00
reference sc-service with rocksdb feature (#4918)
This commit is contained in:
Generated
+1
@@ -3650,6 +3650,7 @@ dependencies = [
|
|||||||
"sc-client-api",
|
"sc-client-api",
|
||||||
"sc-client-db",
|
"sc-client-db",
|
||||||
"sc-executor",
|
"sc-executor",
|
||||||
|
"sc-service",
|
||||||
"sp-api",
|
"sp-api",
|
||||||
"sp-block-builder",
|
"sp-block-builder",
|
||||||
"sp-blockchain",
|
"sp-blockchain",
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ tempdir = "0.3"
|
|||||||
fs_extra = "1"
|
fs_extra = "1"
|
||||||
hex-literal = "0.2.1"
|
hex-literal = "0.2.1"
|
||||||
sc-cli = { version = "0.8.0", path = "../../../client/cli" }
|
sc-cli = { version = "0.8.0", path = "../../../client/cli" }
|
||||||
|
sc-service = { version = "0.8.0", path = "../../../client/service", features = ["rocksdb"] }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "import"
|
name = "import"
|
||||||
|
|||||||
Reference in New Issue
Block a user