From 814373a03ee1e1f13ff19251b8089dbc54e39222 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 19 Sep 2024 14:32:33 +0200 Subject: [PATCH] ci: Downgrade tokio-util to fix MSRV job --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 71842b7f..c1084961 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -78,6 +78,7 @@ jobs: with: tool: protoc@3.20.3 - run: cargo update -p tokio --precise 1.38.1 + - run: cargo update -p tokio-util --precise 0.7.11 - run: cargo test -p tower-http --all-features style: