Package: rust-bmap-parser / 0.2.0-2

Metadata

Package Version Patches format
rust-bmap-parser 0.2.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
limit failing test.diff | (download)

tests/copy.rs | 15 0 + 15 - 0 !
1 file changed, 15 deletions(-)

 limit scope of failing test
 The copy test relies on a file not present in the crates.io archive as
 upstream stores it using git-lfs. Drop the part of the test actually making
 use of this file, but keep the initial parsing as it's useful to identify
 issues with XML parsing.
quick xml 0.38.diff | (download)

Cargo.toml | 2 1 + 1 - 0 !
src/bmap/xml.rs | 36 29 + 7 - 0 !
2 files changed, 30 insertions(+), 8 deletions(-)

---