From 8c9124d4917ad58a9c5460963c477ec863448467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dj8yf0=CE=BCl?= Date: Tue, 8 Oct 2024 23:12:57 +0300 Subject: [PATCH] ci: remove pkg downgrade section --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cacfb8dac..53d65d66d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -36,10 +36,10 @@ jobs: run: rustup default ${{ matrix.rust_version }} - name: print rustc version run: rustc --version - - name: downgrade `toml_edit`, time`, `toml_datetime` crate to support older Rust toolchain - if: matrix.rust_version == '1.67.0' - run: | - cargo update -p toml_edit --precise 0.21.0 + # - name: downgrade `toml_edit`, time`, `toml_datetime` crate to support older Rust toolchain + # if: matrix.rust_version == '1.67.0' + # run: | + # cargo update -p toml_edit --precise 0.21.0 - name: Run tests run: ./.github/test.sh