Skip to content

Commit

Permalink
Work around Rust 1.45.0's fetch problem
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Sep 18, 2022
1 parent 4cc4ea7 commit 9aab565
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ task:
name: MSRV
container:
image: rust:1.45.0
env:
# CARGO_NET_GIT_FETCH_WITH_CLI is only necessary with Rust 1.45
CARGO_NET_GIT_FETCH_WITH_CLI: true
<< : *COMMON
before_cache_script: rm -rf $CARGO_HOME/registry/index

Expand Down

0 comments on commit 9aab565

Please sign in to comment.