From fd337d97507580e6947c30ec2c3443dfd869d1a6 Mon Sep 17 00:00:00 2001 From: Kubo Takehiro Date: Wed, 26 Jun 2024 22:47:57 +0900 Subject: [PATCH] Downgrade dependent crates to run tests with ruby 1.54.0 in github actions --- .github/workflows/run-tests.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6d25ca3b..9fde731b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -78,8 +78,17 @@ jobs: - name: Downgrade dependent crates to use them with oracle crate's MSRV if the rust toolchain isn't stable if: matrix.rust_toolchain != 'stable' run: | + cargo build cargo update -p chrono --precise 0.4.20 cargo update -p cc --precise 1.0.94 + cargo update -p js-sys --precise 0.3.61 + cargo update -p bumpalo --precise 3.15.4 + cargo update -p wasm-bindgen --precise 0.2.84 + cargo update -p num-traits --precise 0.2.18 + cargo update -p quote --precise 1.0.30 + cargo update -p proc-macro2 --precise 1.0.65 + cargo update -p syn --precise 1.0.109 + cargo update -p once_cell --precise 1.17.2 - name: Create Oracle users and schema run: |