mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
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:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user