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
When using the atmosphere::table macro, it in turn adds a derive for sqlx::FromRow which expects ::sqlx to be present which is not the case if a user only declared atmosphere as dependency!
This should be fixed by wrapping the FromRow macro in some atmosphere-compatible way.
The text was updated successfully, but these errors were encountered:
When using the
atmosphere::table
macro, it in turn adds a derive forsqlx::FromRow
which expects::sqlx
to be present which is not the case if a user only declared atmosphere as dependency!This should be fixed by wrapping the
FromRow
macro in some atmosphere-compatible way.The text was updated successfully, but these errors were encountered: