pchampin / sophia_rs

Sophia: a Rust toolkit for RDF and Linked Data
Other
214 stars 23 forks source link

Fix XML parser and bump URL dependency #13

Closed althonos closed 5 years ago

althonos commented 5 years ago

This PR fixes #12 by adding percent-encoding as a direct dependency, and updates the url crate to version 2.1.0. I also added a field to Cargo.toml so that the documentation is built with all features enabled on docs.rs, so that the XML parser doc is built as well.

By the way, @phillord and I would be glad to have the XML parser released in a new version (0.3.0 I suppose) whenever you can push that.

pchampin commented 5 years ago

Thanks, that was fast! Re. the 0.3.0 release, I'm actually in the process of doing that (at long last), and this is how I came into this version problem. I saw your PR literaly seconds before typing cargo publish :-D

phillord commented 5 years ago

@pchampin Thanks for the release! Makes it much easier to use.