From d0c7cc780c68a9410636ce7b0a1a69122cd5427f Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Tue, 25 Jun 2024 11:27:56 +0800 Subject: [PATCH] Fix CI --- .github/workflows/diesel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/diesel.yml b/.github/workflows/diesel.yml index a04b9d1f..99879fa5 100644 --- a/.github/workflows/diesel.yml +++ b/.github/workflows/diesel.yml @@ -157,6 +157,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable - - run: cargo update --manifest-path examples/${{ matrix.example }}/Cargo.toml -p bigdecimal:0.4.2 --precise 0.3.1 + - run: cargo update --manifest-path examples/${{ matrix.example }}/Cargo.toml -p bigdecimal:0.4.5 --precise 0.3.1 - run: cargo build --manifest-path examples/${{ matrix.example }}/Cargo.toml - run: cargo run --manifest-path examples/${{ matrix.example }}/Cargo.toml