From 46089ac4be43f3818072a4430ff57ac8c98a1c26 Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Mon, 11 Mar 2024 08:54:07 +0100 Subject: [PATCH] ci: uptick msrv due to bumpalo --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1044692..46598ac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,8 +16,8 @@ jobs: matrix: toolchain: - stable - # minimum version: because of "clap_lex" - - "1.71.1" + # minimum version: because of "bumpalo" + - "1.73.0" steps: