mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 05:17:58 +00:00
new crate sc-light (#6235)
* sc-light * remove unused deps * fix line width * move more fns to sc_light
This commit is contained in:
@@ -12,6 +12,7 @@ publish = false
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sc-light = { version = "2.0.0-rc3", path = "../../../client/light" }
|
||||
sp-consensus = { version = "0.8.0-rc3", path = "../../../primitives/consensus/common" }
|
||||
sc-block-builder = { version = "0.8.0-rc3", path = "../../../client/block-builder" }
|
||||
substrate-test-client = { version = "2.0.0-rc3", path = "../../client" }
|
||||
|
||||
Reference in New Issue
Block a user