xso: enable rxml macros when enabling xso_proc
We build syn then anyway, so we can build rxml macros, too.
This commit is contained in:
parent
6b4886857e
commit
5c990a553c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ uuid = { version = "1", optional = true }
|
|||
base64 = { version = "0.22", optional = true }
|
||||
|
||||
[features]
|
||||
macros = [ "dep:xso_proc" ]
|
||||
macros = [ "dep:xso_proc", "rxml/macros" ]
|
||||
minidom = [ "xso_proc/minidom"]
|
||||
panicking-into-impl = ["xso_proc/panicking-into-impl"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue