You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add std feature to serde to fix linting issues
With a recent breaking update in serde (PR #2976), the `Deserialize`
derive attribute now requires `std` support in order to compile due to
some internal logic inside of serde now being moved behind a feature
gate.
0 commit comments