Skip to content

Commit

Permalink
fix: xml-writer drops bytes from output.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Jun 25, 2020
1 parent 2f1e6cf commit ec6727e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ indicatif = "0.14.0"
strum = "0.18.0"
strum_macros = "0.18.0"
structopt = "0.3.14"
quick-xml = "0.18.1"
# Use patched version until upstream fixed is merged.
# https://github.com/tafia/quick-xml/pull/220
quick-xml = { git = "https://github.com/pacman82/quick-xml.git" }
flate2 = "1.0.14"
atty = "0.2.14"
humantime = "2.0.0"
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

2.0.2
-----

* Patched upstream version of `quick-xml`, to fix an issue with bytes dropped from compressed output.

2.0.1
-----

Expand Down

0 comments on commit ec6727e

Please # to comment.