eaze / tide-sqlx

Tide middleware for SQLx pooled connections & transactions
https://crates.io/crates/tide-sqlx
Other
40 stars 9 forks source link

deps: update `sqlx` to 0.5 #14

Closed skreborn closed 3 years ago

skreborn commented 3 years ago

I wasn't entirely sure whether you wanted me to open a new PR for this change or just remove it from #12, but seeing as I needed the change immediately, I had to implement it anyway, so might as well try and upstream it. If you're not ready to do this or have other plans, feel free to close this.


This builds on #12, deprecates #11, and resolves #13.

Fishrock123 commented 3 years ago

Ah, this now conflicts due to the inclusion of deps: update and relax dependencies. I think we should be good to merge and release once that's solved (I have a few things on my plate, it may be a couple days).

skreborn commented 3 years ago

All fixed up!

Fishrock123 commented 3 years ago

Released as 0.5.0!