Bump to latest Substrate (#706)

* Updates, but won't build.

* Bump version.

* Fix

* Fix test
This commit is contained in:
Gavin Wood
2019-12-24 15:25:45 +01:00
committed by Bastian Köcher
parent be9d1dafb9
commit b9b802280d
20 changed files with 215 additions and 177 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "polkadot-cli"
version = "0.7.10"
version = "0.7.11"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Polkadot node implementation in Rust."
edition = "2018"
+2 -2
View File
@@ -79,8 +79,8 @@ enum PolkadotSubCommands {
ValidationWorker(ValidationWorkerCommand),
}
impl cli::GetLogFilter for PolkadotSubCommands {
fn get_log_filter(&self) -> Option<String> { None }
impl cli::GetSharedParams for PolkadotSubCommands {
fn shared_params(&self) -> Option<&cli::SharedParams> { None }
}
#[derive(Debug, StructOpt, Clone)]