Migrate subkey and chain-spec-builder to the 2018 edition (#1605)

This commit is contained in:
Stanislav Tkach
2019-01-29 13:47:40 +02:00
committed by Bastian Köcher
parent 24c531cf7b
commit 8247ad5613
4 changed files with 4 additions and 13 deletions
@@ -2,6 +2,7 @@
name = "chain-spec-builder"
version = "0.1.0"
authors = ["haydn dufrene <haydn.dufrene@gmail.com>"]
edition = "2018"
[dependencies]
clap = { version = "~2.32", features = ["yaml"] }