eminence / xmltree-rs

Reads an XML file into a simple tree structure
MIT License
39 stars 31 forks source link

update xml-rs dependency to 0.8, fix warnings #16

Closed miquels closed 4 years ago

miquels commented 4 years ago

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

eminence commented 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

eminence commented 4 years ago

This has now been published as xmltree 0.9.0