serde-xml-rs
serde-xml-rs copied to clipboard
Tests broke on minor update of xml-rs
trafficstars
Specifically test_doctype_fail.
There's also another one that doesn't pass, related to readme, on my machine.
@Ten0, thank you for filing this issue.
Could you please give a few more details as to what minor update you did? Is your code perhaps on a public git repository?
I mean semver minor update. That is, xml-rs moving from version 8.0 to 8.y , y>0 Cloning serde-xml-rs and pinning version to 8.0 and this test passes. If I allow it to update serde-xml higher, it doesn't.
Thank you for the details :+1: