Closed skreborn closed 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.
I've reverted sqlx
as requested (and rebased onto latest
).
Thanks, landed as 768a9d537c3aa700e317465b3164da35e39e8aed. Released in 0.4.1!
The package dependencies were way too restrictive. Thanks to semver's stability guarantees, it should be enough to restrict packages to either
x
or0.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.