Use stable sparse registry option (#879)

This commit is contained in:
Félix Saparelli 2023-03-11 14:58:58 +13:00 committed by GitHub
parent 620d0e5f9e
commit ac414df5be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ concurrency:
env:
CARGO_TERM_COLOR: always
CARGO_UNSTABLE_SPARSE_REGISTRY: "true"
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
jobs:
test:

View file

@ -11,7 +11,7 @@ on:
env:
CARGO_TERM_COLOR: always
CARGO_UNSTABLE_SPARSE_REGISTRY: "true"
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
jobs:
build: