Skip to content

Commit

Permalink
Ensure that the git protocol is uses for crates.io on old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Jun 8, 2023
1 parent f0be561 commit e002626
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
resource_class: large
steps:
- run: cat ~/.profile >> $BASH_ENV
- run: |
echo 'export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=git' >> $BASH_ENV
- checkout
- prepare-rust-min-version
- run:
Expand Down

0 comments on commit e002626

Please sign in to comment.