From 1cef9e95a6fff439e763f70df211a6ea572f53f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Sun, 11 Feb 2024 03:55:13 +0000 Subject: [PATCH] fix: bumped base rust version for SDL Some of the dependencies required 1.74 to build. --- .github/workflows/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 48b0c9f2..9586ad98 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -87,10 +87,9 @@ jobs: strategy: matrix: rust-version: [ - "1.70.0", - "1.71.0", - "1.72.0", - "1.73.0", + "1.74.0", + "1.75.0", + "1.76.0", "latest" ] runs-on: ubuntu-latest