diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 30d9018..76c556d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -68,6 +68,10 @@ jobs: uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust }} + - 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 --features full miri: