ash_admin update to Surface 0.10.0

Is the update of ash_admin to surface 0.10.0 mentioned @ https://github.com/ash-project/ash_admin (2 days ago) available in hex.pm? If not, what would be the best way to update to fix for Surface 0.10.0. Getting the form macro expansion problem at compile time. Thanks for your help.
GitHub
GitHub - ash-project/ash_admin: An admin ui for Ash Resources
An admin ui for Ash Resources. Contribute to ash-project/ash_admin development by creating an account on GitHub.
4 Replies
lifeling
lifeling•3y ago
I don't think it's been released yet. I think if you add ash_admin git to your deps:
defp deps do
[
...
{:ash_admin, git: "https://github.com/ash-project/ash_admin.git"},
...
}
defp deps do
[
...
{:ash_admin, git: "https://github.com/ash-project/ash_admin.git"},
...
}
earl7731
earl7731OP•3y ago
Thanks for the help LifeLing! That seems to have worked. I really appreciate your help.
kernel
kernel•3y ago
there is also chatter about removing the surface dependency
ZachDaniel
ZachDaniel•3y ago
I've cut a new hex release with this code 🙂

Did you find this page helpful?