chore(deps): bump scale family crates, primitive-types and impl-serde (#1832)

* chore(deps): bump scale-encode and scale-decode

* Update Cargo.toml

* Update Cargo.toml

* Update Cargo.toml

* update Cargo.lock

* bump scale-typegen

* use primitive_types::H256

* cargo fmt

* remove old darling hack
This commit is contained in:
Niklas Adolfsson
2024-10-22 19:23:38 +02:00
committed by GitHub
parent 418bd88e62
commit 9b5523e4b0
6 changed files with 143 additions and 164 deletions
-2
View File
@@ -3,8 +3,6 @@
// see LICENSE for license details.
//! Subxt macro for generating Substrate runtime interfaces.
// TODO: The workspace lint is not working properly so it's disabled here for now.
#![allow(clippy::manual_unwrap_or_default)]
use codec::Decode;
use darling::{ast::NestedMeta, FromMeta};