From 5d860d17db0a4857a948b957bc325ab7ba1ffe0e Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Sun, 24 Sep 2023 20:29:14 +0200 Subject: [PATCH] ci: upgrade MSRV --- .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 f4f2daa..a80c14a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,8 +16,8 @@ jobs: matrix: toolchain: - stable - # minimum version: because of "der" - - "1.65" + # minimum version: because of "clap_lex" + - "1.70" steps: