mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 00:01:09 +00:00
Temporary fix for serde issue (#1511)
* Generate serde bound instead of relying on serde_derive. * remove comment
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#![cfg_attr(not(feature = "std"), feature(alloc))]
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
extern crate serde;
|
||||
pub extern crate serde;
|
||||
|
||||
#[doc(hidden)]
|
||||
pub extern crate sr_std as rstd;
|
||||
|
||||
Reference in New Issue
Block a user