mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 23:21:02 +00:00
Add in all default features for debugging
This commit is contained in:
+7
-7
@@ -26,11 +26,11 @@ log = "0.4.11"
|
|||||||
thiserror = "1.0.20"
|
thiserror = "1.0.20"
|
||||||
futures = "0.3.5"
|
futures = "0.3.5"
|
||||||
jsonrpsee = { version = "0.1.0", features = ["ws"] }
|
jsonrpsee = { version = "0.1.0", features = ["ws"] }
|
||||||
num-traits = { version = "0.2.12", default-features = false }
|
num-traits = { version = "0.2.12" }
|
||||||
serde = { version = "1.0.115", features = ["derive"] }
|
serde = { version = "1.0.115", features = ["derive"] }
|
||||||
serde_json = "1.0.57"
|
serde_json = "1.0.57"
|
||||||
url = "2.1.1"
|
url = "2.1.1"
|
||||||
codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive", "full"] }
|
codec = { package = "parity-scale-codec", version = "1.3.4", features = ["derive", "full"] }
|
||||||
|
|
||||||
frame-metadata = { version = "11.0.0-rc6", package = "frame-metadata" }
|
frame-metadata = { version = "11.0.0-rc6", package = "frame-metadata" }
|
||||||
frame-support = { version = "2.0.0-rc6", package = "frame-support" }
|
frame-support = { version = "2.0.0-rc6", package = "frame-support" }
|
||||||
@@ -39,12 +39,12 @@ sp-version = { version = "2.0.0-rc6", package = "sp-version" }
|
|||||||
pallet-indices = { version = "2.0.0-rc6", package = "pallet-indices" }
|
pallet-indices = { version = "2.0.0-rc6", package = "pallet-indices" }
|
||||||
hex = "0.4.2"
|
hex = "0.4.2"
|
||||||
sp-std = "2.0.0-rc6"
|
sp-std = "2.0.0-rc6"
|
||||||
application-crypto = { version = "2.0.0-rc6", package = "sp-application-crypto", default-features = false }
|
application-crypto = { version = "2.0.0-rc6", package = "sp-application-crypto" }
|
||||||
sp-finality-grandpa = { version = "2.0.0-rc6", default-features = false }
|
sp-finality-grandpa = { version = "2.0.0-rc6" }
|
||||||
sp-consensus-babe = "0.8.0-rc6"
|
sp-consensus-babe = "0.8.0-rc6"
|
||||||
pallet-im-online = { version = "2.0.0-rc6", default-features = false }
|
pallet-im-online = { version = "2.0.0-rc6" }
|
||||||
sp-authority-discovery = { version = "2.0.0-rc6", default-features = false }
|
sp-authority-discovery = { version = "2.0.0-rc6" }
|
||||||
pallet-staking = { version = "2.0.0-rc6", default-features = false }
|
pallet-staking = { version = "2.0.0-rc6" }
|
||||||
|
|
||||||
sp-rpc = { version = "2.0.0-rc6", package = "sp-rpc" }
|
sp-rpc = { version = "2.0.0-rc6", package = "sp-rpc" }
|
||||||
sp-core = { version = "2.0.0-rc6", package = "sp-core" }
|
sp-core = { version = "2.0.0-rc6", package = "sp-core" }
|
||||||
|
|||||||
Reference in New Issue
Block a user