Skip to content

Commit

Permalink
Merge pull request #49 from Mammux/main
Browse files Browse the repository at this point in the history
Changed serde to yaserde
  • Loading branch information
MarcAntoine-Arnaud authored Dec 22, 2024
2 parents 1194916 + 8663331 commit c6b794f
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 c6b794f

Please sign in to comment.