As of today 30.8.2023 - ETree is using a very old version of quickxml 0.19.0 as dependency whose code base uses trailing semicolons for macro invocations
However it is recommended by Rust that this willl become a breaking change and hard error - once this issue is implemented in Rust core rust-lang/rust#79813
Suggesting therefore if latest quickxml can be used instead
As of today 30.8.2023 - ETree is using a very old version of quickxml 0.19.0 as dependency whose code base uses trailing semicolons for macro invocations
However it is recommended by Rust that this willl become a breaking change and hard error - once this issue is implemented in Rust core rust-lang/rust#79813
Suggesting therefore if latest quickxml can be used instead