serde-xml-rs icon indicating copy to clipboard operation
serde-xml-rs copied to clipboard

Tests broke on minor update of xml-rs

Open Ten0 opened this issue 5 years ago • 3 comments
trafficstars

Specifically test_doctype_fail. There's also another one that doesn't pass, related to readme, on my machine.

Ten0 avatar Apr 07 '20 19:04 Ten0

@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?

punkstarman avatar Apr 09 '20 13:04 punkstarman

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.

Ten0 avatar Apr 09 '20 14:04 Ten0

Thank you for the details :+1:

punkstarman avatar Apr 09 '20 14:04 punkstarman