minidom: Remove 'std' feature
The parser being used from rxml, `rxml::RawParser`, requires std, so it doesn't make sense. Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
e9bdae8808
commit
48f67d034e
2 changed files with 4 additions and 5 deletions
|
|
@ -1,4 +1,7 @@
|
|||
Version NEXT:
|
||||
* Breaking:
|
||||
* Removed 'std' feature for now because it makes build fail on
|
||||
no-default-features.
|
||||
* Changes
|
||||
* Use thiserror for the error type. (!616)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue