From d4fc76f673dd6aa9f35d26ad7c2d7db92dd6a64c Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Fri, 14 Feb 2025 16:48:20 +0100 Subject: [PATCH] Pre-release 1 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9533e5d..5b2aa2e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: # Define the Rust versions to test against - rust-version: [ "1.70.0", "1.83.0", "1.84.0", "beta", "stable" ] + rust-version: [ "1.74.0", "1.83.0", "1.84.0", "beta", "stable" ] steps: - name: Checkout Repository