Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 7480d0a

Browse files
committed
Avoid cargo 1.45–1.50 in GitHub Actions
These versions are incompatible with packages published by a recent Cargo
1 parent 1b3689d commit 7480d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
rust: [nightly, beta, stable, 1.46.0]
18+
rust: [nightly, beta, stable, 1.51.0]
1919
steps:
2020
- uses: actions/checkout@v3
2121
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)