Skip to content

Commit

Permalink
Update to latest libflate
Browse files Browse the repository at this point in the history
In addition to our dependency on `flate2`, `libflate` is pulled in via
`reqwest`.

`cargo update -p libflate --aggressive`
  • Loading branch information
jtgeibel committed Jul 3, 2019
1 parent bbfc087 commit d2c9cfc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
40 changes: 27 additions & 13 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion script/ci/cargo-clean-on-new-rustc-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

manual_stamp_file=target/ci_manual_stamp
manual_stamp=4 # Change this to force a clean build on CI
manual_stamp=5 # Change this to force a clean build on CI

if [ -f $manual_stamp_file ]; then
if echo "$manual_stamp" | cmp -s $manual_stamp_file -; then
Expand Down

0 comments on commit d2c9cfc

Please sign in to comment.