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
+2 -2
View File
@@ -28,8 +28,8 @@ jsonrpsee = ["dep:jsonrpsee"]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] }
scale-info = { version = "2.0.0", features = ["bit-vec"] }
scale-value = "0.5.0"
scale-decode = "0.3.0"
scale-value = "0.6.0"
scale-decode = "0.4.0"
futures = "0.3.13"
hex = "0.4.3"
jsonrpsee = { version = "0.15.1", features = ["async-client", "client-ws-transport", "jsonrpsee-types"], optional = true }
+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,