From 1e324fdfadb08f126b9be40f36efab4dbe66786b Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:14:42 -0400 Subject: [PATCH] Future c-s-c versions will require Rust 1.77+ so test that min version. (#86) --- .github/workflows/test-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 13c4bf8..ad1a835 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] - toolchain: ['1.74', 'stable', 'beta'] + toolchain: ['1.77', 'stable', 'beta'] experimental: [false] include: - os: 'ubuntu-latest'