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
warning: EEx.eval_string/3 defined in application :eex is used by the current application but the current application does not directly depend on :eex. To fix this, you must do one of:
1. If :eex is part of Erlang/Elixir, you must include it under :extra_applications inside "def application" in your mix.exs
2. If :eex is a dependency, make sure it is listed under "def deps" in your mix.exs
3. In case you don't want to add a requirement to :eex, you may optionally skip this warning by adding [xref: [exclude: EEx]] to your "def project" in mix.exs
lib/mix/tasks/rustler.new.ex:115: Mix.Tasks.Rustler.New.copy_from/3
warning: Toml.decode!/1 defined in application :toml is used by the current application but the current application does not directly depend on :toml. To fix this, you must do one of:
1. If :toml is part of Erlang/Elixir, you must include it under :extra_applications inside "def application" in your mix.exs
2. If :toml is a dependency, make sure it is listed under "def deps" in your mix.exs
3. In case you don't want to add a requirement to :toml, you may optionally skip this warning by adding [xref: [exclude: Toml]] to your "def project" in mix.exs
lib/mix/tasks/compile.rustler.ex:206: Mix.Tasks.Compile.Rustler.check_crate_env/1
The text was updated successfully, but these errors were encountered:
In 0.22.0-rc.0:
The text was updated successfully, but these errors were encountered: