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 16, 2019
1 parent 4a5d921 commit 95121b9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 deletions.
55 changes: 27 additions & 28 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=6 # 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 95121b9

Please sign in to comment.