We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be89adf commit 1295b1fCopy full SHA for 1295b1f
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- rust: [nightly, beta, stable]
+ rust: [nightly, beta, stable, 1.51.0, 1.50.0]
16
steps:
17
- uses: actions/checkout@v2
18
- uses: dtolnay/rust-toolchain@master
0 commit comments