From 16cdd384b23fdfe76c5b2934d824bdb04891d240 Mon Sep 17 00:00:00 2001 From: Leonardo Lima Date: Thu, 22 Aug 2024 10:59:41 -0300 Subject: [PATCH] fix(ci): pin tokio to 1.38.1 on msrv step --- .github/workflows/cont_integration.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index b3b6b28..2ac7e07 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -59,6 +59,7 @@ jobs: cargo update -p time --precise "0.3.20" cargo update -p home --precise 0.5.5 cargo update -p url --precise "2.5.0" + cargo update -p tokio --precise "1.38.1" - name: Build run: cargo build --features ${{ matrix.features }} --no-default-features - name: Clippy diff --git a/README.md b/README.md index f71e096..0a116e9 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,5 @@ cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5" cargo update -p time --precise "0.3.20" cargo update -p home --precise 0.5.5 cargo update -p url --precise "2.5.0" +cargo update -p tokio --precise "1.38.1" ``` \ No newline at end of file