Open modulated opened 2 years ago
THANK YOU!!! i was wondering how to resolve this for days i think this is totally a new bug @tvallotton
Until it is fixed, you can use my fork with minimal diffs: https://github.com/hack-wrench/rocket_auth_fixed
[dependencies.rocket_auth]
git = "https://github.com/hack-wrench/rocket_auth_fixed"
features = ["sqlx-sqlite"]
Hi,
I am attempting to use rocket_auth within a project already using Sqlx 0.6.1 and getting the following error:
I was able to fix this error by locally cloning the rocket_auth repository and adding in the following to the SQLX dependency section
This is my dependencies (edited for brevity):
Just wondering if this is some perculiarity in the way my project is set up or is this a new bug?