From 77be6648e5c6da22f51e5049347496335a032288 Mon Sep 17 00:00:00 2001 From: tottoto <tottotodev@gmail.com> 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 0952337e4..7a6a4e9c9 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