From 7258c064bf39cc124210546d535d82c9c6cd1b5f Mon Sep 17 00:00:00 2001 From: oyvindln Date: Thu, 8 Aug 2024 20:42:36 +0200 Subject: [PATCH] fix(tests): change workflow to use rust 1.56.0 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd721da..9b1925d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - build: [stable, nightly, 1.50.0, macos, windows, mingw] + build: [stable, nightly, 1.56.0, macos, windows, mingw] include: - build: stable os: ubuntu-latest