From 22a9b1b561d026a7a6f7e8578d1370aa52d9c6e8 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 6 Aug 2024 10:36:15 -0400 Subject: [PATCH] ci: pin tokio for msrv --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d1e73f7c..bb4e5625 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -77,6 +77,7 @@ jobs: uses: taiki-e/install-action@v2 with: tool: protoc@3.20.3 + - run: cargo update -p tokio --precise 1.38.1 - run: cargo test -p tower-http --all-features style: