From d4f48016c13ffa354ba550904db95a728f497915 Mon Sep 17 00:00:00 2001 From: tottoto Date: Mon, 16 Oct 2023 20:23:43 +0900 Subject: [PATCH] chore(ci): remove log version config --- .github/workflows/CI.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4ea5535..11da066 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -82,11 +82,6 @@ jobs: with: toolchain: ${{ matrix.rust }} - - name: Make sure log v0.4.18 is used - run: | - cargo update - cargo update -p log --precise 0.4.18 - - run: cargo check --features full miri: