Add in all default features for debugging

This commit is contained in:
Demi M. Obenour
2020-08-28 14:28:33 -04:00
parent 8bcde31499
commit b03b28b9f0
+7 -7
View File
@@ -26,11 +26,11 @@ log = "0.4.11"
thiserror = "1.0.20"
futures = "0.3.5"
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_json = "1.0.57"
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-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" }
hex = "0.4.2"
sp-std = "2.0.0-rc6"
application-crypto = { version = "2.0.0-rc6", package = "sp-application-crypto", default-features = false }
sp-finality-grandpa = { version = "2.0.0-rc6", default-features = false }
application-crypto = { version = "2.0.0-rc6", package = "sp-application-crypto" }
sp-finality-grandpa = { version = "2.0.0-rc6" }
sp-consensus-babe = "0.8.0-rc6"
pallet-im-online = { version = "2.0.0-rc6", default-features = false }
sp-authority-discovery = { version = "2.0.0-rc6", default-features = false }
pallet-staking = { version = "2.0.0-rc6", default-features = false }
pallet-im-online = { version = "2.0.0-rc6" }
sp-authority-discovery = { version = "2.0.0-rc6" }
pallet-staking = { version = "2.0.0-rc6" }
sp-rpc = { version = "2.0.0-rc6", package = "sp-rpc" }
sp-core = { version = "2.0.0-rc6", package = "sp-core" }