SeaQL / sea-query

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

Pin `time` to version 0.3.34 #766

Closed billy1624 closed 4 months ago

billy1624 commented 5 months ago

PR Info

Changes

RWDai commented 5 months ago

Waiting for the merge and release, otherwise it will affect our current engineering code

tyt2y3 commented 4 months ago

I feel like we should only do it in the binder crate, because it only affects sqlx. The sqlx patch has been merged. But not released yet.

tyt2y3 commented 4 months ago

If we release now, we'll be broken again when sqlx makes a new release. Or may be we also pin the sqlx version.

tyt2y3 commented 4 months ago

I've done the changes on master