Skip to content

Commit 0c96045

Browse files
committed
chore: faster crates.io checkout on CI
1 parent 4d6d739 commit 0c96045

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ env:
1212
CARGO_INCREMENTAL: 0
1313
RUST_BACKTRACE: 1
1414
# Faster crates.io index checkout.
15-
# Enable once the MSRV is >= 1.68
16-
#CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
15+
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
1716
RUST_LOG: debug
1817

1918
jobs:

0 commit comments

Comments
 (0)