Skip to content

Commit 7258c06

Browse files
committed
fix(tests): change workflow to use rust 1.56.0
1 parent 58cf901 commit 7258c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
build: [stable, nightly, 1.50.0, macos, windows, mingw]
10+
build: [stable, nightly, 1.56.0, macos, windows, mingw]
1111
include:
1212
- build: stable
1313
os: ubuntu-latest

0 commit comments

Comments
 (0)