minidom: Replace std stuff with alloc/core stuff
This commit is contained in:
parent
087534be1e
commit
3ebc30c7ab
6 changed files with 23 additions and 16 deletions
|
|
@ -22,3 +22,7 @@ gitlab = { repository = "xmpp-rs/xmpp-rs" }
|
|||
|
||||
[dependencies]
|
||||
rxml = { version = "0.12.0", default-features = false, features = ["compact_str"] }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
std = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue