Skip to content

Commit 95121b9

Browse files
committed
Update to latest libflate
In addition to our dependency on `flate2`, `libflate` is pulled in via `reqwest`. `cargo update -p libflate --aggressive`
1 parent 4a5d921 commit 95121b9

File tree

2 files changed

+28
-29
lines changed

2 files changed

+28
-29
lines changed

Cargo.lock

+27-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/ci/cargo-clean-on-new-rustc-version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
manual_stamp_file=target/ci_manual_stamp
6-
manual_stamp=4 # Change this to force a clean build on CI
6+
manual_stamp=6 # Change this to force a clean build on CI
77

88
if [ -f $manual_stamp_file ]; then
99
if echo "$manual_stamp" | cmp -s $manual_stamp_file -; then

0 commit comments

Comments
 (0)