SeaQL / sea-query

🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite
https://www.sea-ql.org
Other
1.13k stars 185 forks source link

fix the CI: update bigdecimal and fix warnings #718

Closed kyoto7250 closed 9 months ago

kyoto7250 commented 10 months ago

PR Info

This PR has two fixes for CI.

update bigdecimal 0.4.1 -> 0.4.2

It seems that CI is failing due to bigdecimal being updated. This PR updates the version of bigdecimal.

fix warnings

CI is failing due to linter's warnings. This PR fixes the warnings.

links

bigdecimal

https://github.com/SeaQL/sea-query/actions/runs/6733436762/job/18302124467?pr=478

clippy

https://github.com/SeaQL/sea-query/actions/runs/6733586499/job/18302635348?pr=718

tyt2y3 commented 9 months ago

Thank you for the PR. I cherry-picked these already.