From c7fd8ec01cd529046743f79d067000dc475d5438 Mon Sep 17 00:00:00 2001 From: kyoto7250 <50972773+kyoto7250@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:53:28 +0900 Subject: [PATCH] update bigdecimal 0.4.1 -> 0.4.2 --- .github/workflows/diesel.yml | 4 ++-- examples/diesel_postgres/Readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/diesel.yml b/.github/workflows/diesel.yml index 63631ff3c..c153baa74 100644 --- a/.github/workflows/diesel.yml +++ b/.github/workflows/diesel.yml @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable - - run: cargo update --manifest-path sea-query-diesel/Cargo.toml --workspace -p bigdecimal:0.4.1 --precise 0.3.1 + - run: cargo update --manifest-path sea-query-diesel/Cargo.toml --workspace -p bigdecimal:0.4.2 --precise 0.3.1 - run: cargo build --manifest-path sea-query-diesel/Cargo.toml --workspace --features postgres,sqlite,mysql --features=with-chrono,with-json,with-rust_decimal,with-bigdecimal,with-uuid,with-time,with-ipnetwork,with-mac_address,postgres-array - run: cargo build --manifest-path sea-query-diesel/Cargo.toml --workspace --features postgres,sqlite,mysql --features=with-chrono - run: cargo build --manifest-path sea-query-diesel/Cargo.toml --workspace --features postgres,sqlite,mysql --features=with-json @@ -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.1 --precise 0.3.1 + - run: cargo update --manifest-path examples/${{ matrix.example }}/Cargo.toml -p bigdecimal:0.4.2 --precise 0.3.1 - run: cargo build --manifest-path examples/${{ matrix.example }}/Cargo.toml - run: cargo run --manifest-path examples/${{ matrix.example }}/Cargo.toml diff --git a/examples/diesel_postgres/Readme.md b/examples/diesel_postgres/Readme.md index 937085f35..595fd5a78 100644 --- a/examples/diesel_postgres/Readme.md +++ b/examples/diesel_postgres/Readme.md @@ -1,7 +1,7 @@ # SeaQuery Diesel Postgres example > WARN: If you enable `with-bigdecimal`, you HAVE to update the version used by default by `diesel` -> otherwise it will fail to build. Use `cargo update -p bigdecimal:0.4.1 --precise 0.3.1`. +> otherwise it will fail to build. Use `cargo update -p bigdecimal:0.4.2 --precise 0.3.1`. Running: