xml: Fix dumb bug where default value would be evaluated and panic even when not needed

This commit is contained in:
Lennart
2025-05-02 20:38:27 +02:00
parent 6dc948ee78
commit 630a4600c2
4 changed files with 28 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "xml_derive"
version = "0.1.0"
edition = "2021"
edition = "2024"
[lib]
proc-macro = true