mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 13:45:40 +00:00
Enable feature
This commit is contained in:
+1
-1
@@ -19,5 +19,5 @@ polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch =
|
|||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
codec = { package = "parity-scale-codec", version = "1.0.6", features = [ "derive" ] }
|
codec = { package = "parity-scale-codec", version = "1.0.6", features = [ "derive" ] }
|
||||||
futures = "0.1.29"
|
futures = "0.1.29"
|
||||||
futures03 = { package = "futures-preview", version = "0.3.0-alpha.19"}
|
futures03 = { package = "futures-preview", version = "0.3.0-alpha.19", features = ["compat"] }
|
||||||
parking_lot = "0.9"
|
parking_lot = "0.9"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch =
|
|||||||
polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" }
|
polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "bkchr-cumulus-branch" }
|
||||||
|
|
||||||
# other deps
|
# other deps
|
||||||
futures = { package = "futures-preview", version = "0.3.0-alpha.19"}
|
futures = { package = "futures-preview", version = "0.3.0-alpha.19", features = ["compat"] }
|
||||||
tokio = "0.1.22"
|
tokio = "0.1.22"
|
||||||
codec = { package = "parity-scale-codec", version = "1.0.5", features = [ "derive" ] }
|
codec = { package = "parity-scale-codec", version = "1.0.5", features = [ "derive" ] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user