From e526132ef8411a6c77da04d72ae392c197bd1dea Mon Sep 17 00:00:00 2001 From: tottoto Date: Sun, 28 Jul 2024 15:37:24 +0900 Subject: [PATCH] chore(ci): use tokio 1.38.1 in MSRV check --- .github/workflows/CI.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1247cac3..4cf8e565 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -102,6 +102,11 @@ jobs: with: toolchain: ${{ steps.msrv.outputs.version }} + - name: Make sure tokio 1.38.1 is used for MSRV + run: | + cargo update + cargo update --package tokio --precise 1.38.1 + - run: cargo check -p h2 minimal-versions: