minidom: fix build without std

Jonas Schäfer created

Change summary

minidom/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

minidom/Cargo.toml 🔗

@@ -25,4 +25,4 @@ rxml = { version = "0.13.1", default-features = false, features = ["compact_str"
 
 [features]
 default = [ "std" ]
-std = []
+std = ["rxml/std"]