From 3efe20dc00e71fea41af25b67ef7739588e5c003 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 14 Feb 2024 13:36:14 -0800 Subject: [PATCH] Rump MSRV to 1.74.1 Raise the minimum-supported rust version to 1.74, which is only three months old. The library itself still builds under 1.64.0, but example and benchmark harnesses require this and since it's old enough for the brave-core downstream it seems easier to drop active testing on older versions than remove the benchmark harness and example code. --- .github/workflows/nostd.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nostd.yml b/.github/workflows/nostd.yml index 3a849e43..cd8b9c88 100644 --- a/.github/workflows/nostd.yml +++ b/.github/workflows/nostd.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - rust: [1.71.1, stable] + rust: [1.74.1, stable] os: [ubuntu-20.04] env: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 04570f47..fcf5966b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - rust: [1.71.1, stable] + rust: [1.74.1, stable] os: [ubuntu-20.04] env: