remove weighting and staking dependency in BABE (#3412)

* remove weighting and staking dependency in BABE

* bump spec version

* Update Cargo.toml

* Update lock

* Fix warnings.
This commit is contained in:
Robert Habermeier
2019-08-15 21:21:14 +02:00
committed by Gavin Wood
parent 6bc72cea62
commit ee0ac798eb
4 changed files with 7 additions and 15 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to equal spec_version. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 140,
spec_version: 141,
impl_version: 141,
apis: RUNTIME_API_VERSIONS,
};