Bump scale-value and scale-decode (#659)

* Bump scale-value and scale-decode (these both compile to wasm ok)

* clippy
This commit is contained in:
James Wilson
2022-09-21 12:58:26 +01:00
committed by GitHub
parent 3bf7ddc18c
commit 52dd640b5e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -470,7 +470,7 @@ mod tests {
/// [`RawEventDetails`] can be annoying to test, because it contains
/// type info in the decoded field Values. Strip that here so that
/// we can compare fields more easily.
#[derive(Debug, PartialEq, Clone)]
#[derive(Debug, PartialEq, Eq, Clone)]
pub struct TestRawEventDetails {
pub phase: Phase,
pub index: u32,