Closed miquels closed 4 years ago
Thanks. I probably should add a table to the README that lists what version of xmltree
to use, depending on your version of xml-rs
. I'll merge and publish this week
This has now been published as xmltree 0.9.0
xmltree re-exports some structs from xml-rs, but the compiler thinks that for example xmltree::Namespace and xml::namespace::Namespace are not compatible.
Upgrading the xml-rs dep to 0.8 fixes this, and introduces no other changes. I also noticed a few warnings that I fixed.
It would be nice if you could release a 0.9 with these changes.
Thanks