mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-22 05:37:58 +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:
@@ -45,7 +45,8 @@ impl RuntimeGenerator {
|
||||
///
|
||||
/// Supported versions: v14 and v15.
|
||||
pub fn new(mut metadata: Metadata) -> Self {
|
||||
scale_typegen::utils::ensure_unique_type_paths(metadata.types_mut());
|
||||
scale_typegen::utils::ensure_unique_type_paths(metadata.types_mut())
|
||||
.expect("Duplicate type paths in metadata; this is bug please file an issue.");
|
||||
RuntimeGenerator { metadata }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user