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 also interested in this issue because when my project compiling it shows a lot of warning.
ex:
warning: "not expr1 in expr2" is deprecated. Instead use "expr1 not in expr2" if you require Elixir v1.5+, or "not(expr1 in expr2)" if you have to support earlier Elixir versions lib/ecto/changeset.ex:1409
To upgrade elixir version we need to upgrade ecto as well and for this ecto_mnesia should support ecto3 version.
The text was updated successfully, but these errors were encountered: