From 5c990a553c25a5b218bd93492ad2855630175bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Fri, 9 Aug 2024 14:49:27 +0200 Subject: [PATCH] xso: enable rxml macros when enabling xso_proc We build syn then anyway, so we can build rxml macros, too. --- xso/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xso/Cargo.toml b/xso/Cargo.toml index 1d992285..c6f3abe2 100644 --- a/xso/Cargo.toml +++ b/xso/Cargo.toml @@ -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"]