Merge pull request #52 from dtolnay/sparseregistry

Enable Cargo nightly sparse-registry feature
This commit is contained in:
David Tolnay
2023-01-19 13:41:19 -08:00
committed by GitHub

View File

@@ -90,5 +90,10 @@ runs:
echo CARGO_TERM_COLOR=always >> $GITHUB_ENV
shell: bash
- run: |
: enable Cargo sparse registry
echo CARGO_UNSTABLE_SPARSE_REGISTRY=true >> $GITHUB_ENV
shell: bash
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
shell: bash