Bump codec version 3.0.0 -> 3.1.5 + unify parity-scale-codec vs codec (#1552)

This commit is contained in:
Branislav Kontur
2022-08-19 11:31:30 +02:00
committed by Bastian Köcher
parent 682fafdf56
commit 7ad5b0fe56
30 changed files with 38 additions and 50 deletions
+1 -3
View File
@@ -63,9 +63,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
/// Westend Runtime `Call` enum.
///
/// We are not currently submitting any Westend transactions => it is empty.
#[derive(
parity_scale_codec::Encode, parity_scale_codec::Decode, Debug, PartialEq, Eq, Clone, TypeInfo,
)]
#[derive(codec::Encode, codec::Decode, Debug, PartialEq, Eq, Clone, TypeInfo)]
pub enum Call {}
impl sp_runtime::traits::Dispatchable for Call {