Skip to content

Commit aac479a

Browse files
committed
Avoid cargo 1.43–1.45 in GitHub Actions
These versions are incompatible with some recent GitHub change error: failed to get `indexmap` as a dependency of package `serde_json v1.0.82 (/home/runner/work/json/json)` Caused by: failed to load source for dependency `indexmap` Caused by: Unable to update registry `https://github.com/rust-lang/crates.io-index` Caused by: failed to fetch `https://github.com/rust-lang/crates.io-index` Caused by: error reading from the zlib stream; class=Zlib (5)
1 parent 1a43381 commit aac479a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
rust: [beta, 1.56.1, 1.53.0, 1.46.0, 1.45.0, 1.40.0, 1.38.0, 1.36.0]
36+
rust: [beta, 1.56.1, 1.53.0, 1.46.0, 1.40.0, 1.38.0, 1.36.0]
3737
os: [ubuntu]
3838
include:
3939
- rust: stable

0 commit comments

Comments
 (0)