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 a80454a commit b4e4c84Copy full SHA for b4e4c84
.github/workflows/rust.yml
@@ -48,7 +48,7 @@ jobs:
48
test:
49
strategy:
50
matrix:
51
- rust: [stable, beta, nightly, nightly-2022-03-22]
+ rust: [stable, beta, nightly]
52
runs-on: ubuntu-22.04
53
steps:
54
- name: Setup Rust
0 commit comments