You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting diesel_async and have been attempting to use mysql_async with the explicit intention of having no native dependencies. This requires using rustls and flate2 with the rust_backend feature.
This works if directly depending upon mysql_async, but if doing so transitively it becomes awkward for crates like diesel_async to do so given how dependencies are currently configured. I'm not entirely sure what the 'best' solution is here, but for a more in-depth explanation of the issue please see this discussion on diesel_async.