Skip to content

Commit 3aa46f4

Browse files
committed
Updating MSRV in CI
1 parent b594779 commit 3aa46f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
version: ["stable", "1.80.0"]
10+
version: ["stable", "1.81.0"]
1111
os: ["ubuntu-22.04", "windows-latest", "macos-latest"]
1212
runs-on: ${{ matrix.os }}
1313
steps:

0 commit comments

Comments
 (0)