Update to almost latest substrate master (#205)

This commit is contained in:
Bastian Köcher
2019-04-03 17:46:04 +02:00
committed by GitHub
parent 9a74006686
commit b13b7aec7c
8 changed files with 1479 additions and 1415 deletions
+3 -1
View File
@@ -38,6 +38,7 @@ srml-system = { git = "https://github.com/paritytech/substrate", default-feature
srml-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" }
srml-treasury = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" }
sr-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" }
substrate-consensus-authorities = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-master" }
[dev-dependencies]
hex-literal = "0.1.0"
@@ -81,5 +82,6 @@ std = [
"serde_derive",
"serde/std",
"log",
"safe-mix/std"
"safe-mix/std",
"substrate-consensus-authorities/std"
]