diff --git a/minidom/Cargo.toml b/minidom/Cargo.toml index 9191e826..a2056040 100644 --- a/minidom/Cargo.toml +++ b/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"]