mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 10:31:04 +00:00
Upgrade to syn 2.0 (#875)
* WIP updating to syn 2.0.0 * WIP darling compat * Update darling and syn workspace deps * NestedMeta::parse_meta_list * Rename attribute keyword type property to path * Fmt * Update more type to path * Unused darling * Cargo.lock * Add missing syn features
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
// mapping the type path to the derives which should be added for that type only.
|
||||
// Note that these derives will be in addition to those specified above in
|
||||
// `derive_for_all_types`
|
||||
derive_for_type(type = "frame_support::PalletId", derive = "Eq, Ord, PartialOrd"),
|
||||
derive_for_type(type = "sp_runtime::ModuleError", derive = "Eq, Hash"),
|
||||
derive_for_type(path = "frame_support::PalletId", derive = "Eq, Ord, PartialOrd"),
|
||||
derive_for_type(path = "sp_runtime::ModuleError", derive = "Eq, Hash"),
|
||||
)]
|
||||
pub mod polkadot {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user