Skip to content

modernize serde derive macro import

Brad King requested to merge brad.king/ghostflow-director:serde-derive into master

Switch from macro_use on serde_derive to importing the macros directly from the serde crate. We must still import the serde_derive crate because graphql_client uses it.

Merge request reports