From 7120f0d287d37b24c1c35cfbce77261fd39ce002 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sun, 10 Nov 2024 22:56:04 +0100 Subject: [PATCH] Update minimum supported rust version to 1.74 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cd6663c..0d9b5bf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: - stable - beta - nightly - - "1.70" # Minimum supported version (from gtk-rs) + - "1.74" # Minimum supported version (from sysinfo) os: - ubuntu-22.04 - macos-latest