Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build breakage because of xml-rs change #16

Closed
raphlinus opened this issue Feb 21, 2017 · 1 comment
Closed

Build breakage because of xml-rs change #16

raphlinus opened this issue Feb 21, 2017 · 1 comment

Comments

@raphlinus
Copy link
Contributor

The build is broken because xml-rs added a new field to its config (in netvl/xml-rs@03c7c3e).

error[E0063]: missing field `extra_entities` in initializer of `xml_rs::ParserConfig`
  --> src/xml/reader.rs:25:22
   |
25 |         let config = ParserConfig {
   |                      ^^^^^^^^^^^^ missing `extra_entities`

Arguably, the xml-rs change did not follow semver, they should have bumped minor. In any case, looks like the fix is to add an empty hashmap.

This was referenced Feb 21, 2017
@ebarnard
Copy link
Owner

Fixed in 0.1.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants