Migrate to the 2018 edition (#273)
... | ... | @@ -7,9 +7,10 @@ name = "polkadot" |
version = "0.5.0" | ||
authors = ["Parity Technologies <admin@parity.io>"] | ||
build = "build.rs" | ||
edition = "2018" | ||
[dependencies] | ||
polkadot-cli = { path = "cli" } | ||
cli = { package = "polkadot-cli", path = "cli" } | ||
futures = "0.1" | ||
ctrlc = { version = "3.0", features = ["termination"] } | ||
... | ... |
Please register or sign in to comment