tvallotton / rocket_auth

An implementation for an authentication API for Rocket applications.
https://docs.rs/rocket_auth/
Apache License 2.0
73 stars 35 forks source link

Update sqlx to v0.6 #46

Closed yzernik closed 2 years ago

yzernik commented 2 years ago

Support the newest release of sqlx: https://github.com/launchbadge/sqlx/releases/tag/v0.6.0

tvallotton commented 2 years ago

Yes, this sounds like something to include in the next release.

yzernik commented 2 years ago

Looks like this is done? https://github.com/tvallotton/rocket_auth/commit/1321b41ac5c1cbb8ee80f01022a2bc6b921c1144

tvallotton commented 2 years ago

Oh, yeah, its done