From 2af4296346d87cf2957fb0a3569125447c2436a0 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 24 Jan 2024 12:53:51 -0800 Subject: [PATCH] Raise the minimum-supported rust version to 1.71.1 Bump the oldest toolchain we test against (MSRV) to 1.71.1 for the sake of the env_logger dev-dependency, used by the example ppoprf server and client. This is again quite recent (August of last year) but meets our downstream requirements. --- .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 b9784383..3a849e43 100644 --- a/.github/workflows/nostd.yml +++ b/.github/workflows/nostd.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - rust: [1.70.0, stable] + rust: [1.71.1, stable] os: [ubuntu-20.04] env: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d682e205..04570f47 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - rust: [1.70.0, stable] + rust: [1.71.1, stable] os: [ubuntu-20.04] env: