We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbe18a commit 3eb2080Copy full SHA for 3eb2080
.github/workflows/universal-rs.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- rust: ["stable", "beta", "nightly", "1.68"] # MSRV
+ rust: ["stable", "beta", "nightly", "1.75"] # MSRV
20
steps:
21
- uses: actions/checkout@v3
22
- uses: dtolnay/rust-toolchain@master
0 commit comments