Skip to content

Commit 7c08f2f

Browse files
committed
test: update CI MSRV to 1.82.0
Signed-off-by: MrCroxx <mrcroxx@outlook.com>
1 parent 9310a29 commit 7c08f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
rust: [1.56.1, stable, beta, nightly]
11+
rust: [1.82.0, stable, beta, nightly]
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)