update to latest substrate (#141)

This commit is contained in:
Robert Habermeier
2019-02-18 17:20:35 -03:00
committed by GitHub
parent 91c7abd7dc
commit da409f6c9e
8 changed files with 152 additions and 104 deletions
+2
View File
@@ -37,6 +37,7 @@ srml-system = { git = "https://github.com/paritytech/substrate", default-feature
srml-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false }
srml-treasury = { git = "https://github.com/paritytech/substrate", default-features = false }
srml-upgrade-key = { git = "https://github.com/paritytech/substrate", default-features = false }
srml-fees = { git = "https://github.com/paritytech/substrate", default-features = false }
sr-version = { git = "https://github.com/paritytech/substrate", default-features = false }
[dev-dependencies]
@@ -74,6 +75,7 @@ std = [
"srml-timestamp/std",
"srml-treasury/std",
"srml-upgrade-key/std",
"srml-fees/std",
"sr-version/std",
"serde_derive",
"serde/std",