Skip to content

Commit

Permalink
Changed serde to yaserde
Browse files Browse the repository at this point in the history
  • Loading branch information
Mammux committed Jul 26, 2024
1 parent 1194916 commit 8663331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml_schema_derive/src/xsd/group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl Implementation for Group {
.unwrap_or_default();

quote!(
#[derive(Clone, Debug, Default, PartialEq, serde::Deserialize, serde::Serialize)]
#[derive(Clone, Debug, Default, PartialEq, yaserde_derive::YaDeserialize, yaserde_derive::YaSerialize)]
#namespace_definition
pub struct #struct_name {
#fields
Expand Down

0 comments on commit 8663331

Please sign in to comment.