Update scale-info to 2.5.0 (#896)

* Upodate scale-info to 2.5.0

* A couple more clippy fixes

* more deprecation things that appeared
This commit is contained in:
James Wilson
2023-04-03 12:52:25 +01:00
committed by GitHub
parent 34f0521fd2
commit c08eb6c8f1
25 changed files with 150 additions and 155 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ impl EventDetails {
// Skip over the bytes for this field:
scale_decode::visitor::decode_with_visitor(
input,
field_metadata.ty().id(),
field_metadata.ty.id,
&metadata.runtime_metadata().types,
scale_decode::visitor::IgnoreVisitor,
)