diff --git a/minidom/Cargo.toml b/minidom/Cargo.toml index 9191e82633b83365d4a731d5d6f1ec6ec0b3b59c..a205604016263cd59ab6c55f9f7c3ae852f5382a 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"]