-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refinery not compatible anymore with mysql_async 0.30.0 #229
Comments
I worked around this by converting my dbstring into a config with the url crate and using that for the run_async. |
Hi, thanks for your interest! |
Thanks for the pointer!
I dont really want to dig into this one, should I just change the version range to 0.29 to 0.30 for now? Edit: 0.28.0 works, 0.28.1 doesn't. |
This is working nicely! |
Hi, yeah no worries I can cut a minor :) I'll do that today |
After upgrading from mysql_async 0.29.0 to 0.30.0 my program won't compile anymore.
The error:
My dependency entries:
My code:
Can I fix this in my code, or does one of the crates need to be updated?
The text was updated successfully, but these errors were encountered: