From 8f9d9ed38e52b63332dd15589731b6633ae6b505 Mon Sep 17 00:00:00 2001 From: tottoto Date: Thu, 12 Sep 2024 18:13:17 +0900 Subject: [PATCH] chore(ci): use tokio-util 0.7.11 in MSRV check --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0952337e..7a6a4e9c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -88,10 +88,10 @@ jobs: with: toolchain: ${{ steps.msrv.outputs.version }} - - name: Make sure tokio 1.38.1 is used for MSRV + - name: Pin some dependencies for MSRV run: | - cargo update cargo update --package tokio --precise 1.38.1 + cargo update --package tokio-util --precise 0.7.11 - run: cargo check -p h2