minidom: fix build without std
This commit is contained in:
parent
ebe53b8eab
commit
8f47c9d2ca
1 changed files with 1 additions and 1 deletions
|
|
@ -25,4 +25,4 @@ rxml = { version = "0.13.1", default-features = false, features = ["compact_str"
|
|||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = []
|
||||
std = ["rxml/std"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue