Remove spurious #[derive(Encode, Decode)] (#2759)

They did not compile, since `Encode` and `Decode` are deliberately not
implemented for `usize`.
This commit is contained in:
DemiMarie-parity
2019-06-03 10:34:38 -04:00
committed by GitHub
parent 9904da17bb
commit fff90e86c0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("substrate-node"),
authoring_version: 10,
spec_version: 89,
impl_version: 89,
impl_version: 90,
apis: RUNTIME_API_VERSIONS,
};