Bump master to v2.0.0 (#2514)

* bump crates to v2.0.0

* fix crate authors

* bump node runtime spec_version

* remove unused import for no-std
This commit is contained in:
André Silva
2019-05-10 15:55:15 +01:00
committed by Gavin Wood
parent 1475e72313
commit 9d23d2a25a
91 changed files with 1270 additions and 1270 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("node"),
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 76,
spec_version: 77,
impl_version: 77,
apis: RUNTIME_API_VERSIONS,
};