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 b594779 commit 3aa46f4Copy full SHA for 3aa46f4
.github/workflows/rust.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- version: ["stable", "1.80.0"]
+ version: ["stable", "1.81.0"]
11
os: ["ubuntu-22.04", "windows-latest", "macos-latest"]
12
runs-on: ${{ matrix.os }}
13
steps:
0 commit comments