eaze / tide-sqlx

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

deps: relax dependency version requirements #12

Closed skreborn closed 3 years ago

skreborn commented 3 years ago

The package dependencies were way too restrictive. Thanks to semver's stability guarantees, it should be enough to restrict packages to either x or 0.x.

This change both allows for added features and fixes to be pulled in, as well as relaxes the requirements a dependent package has to comply with.


~This incorporates #11.~ Edit: This change has moved to #14.

Fishrock123 commented 3 years ago

Can you please remove sqlx 0.5? I'd like to do that separately. I can merge and release this as 0.4.1 without that.

skreborn commented 3 years ago

I've reverted sqlx as requested (and rebased onto latest).

Fishrock123 commented 3 years ago

Thanks, landed as 768a9d537c3aa700e317465b3164da35e39e8aed. Released in 0.4.1!