Exile: switch to fork with BSD compile fix

This commit is contained in:
Mark Felder 2024-01-22 13:31:00 -05:00
commit fff235433e
3 changed files with 5 additions and 3 deletions

View file

@ -184,7 +184,9 @@ defmodule Pleroma.Mixfile do
{:vix, "~> 0.26.0"},
{:elixir_make, "~> 0.7.7", override: true},
{:blurhash, "~> 0.1.0", hex: :rinpatch_blurhash},
{:exile, "~> 0.8.0"},
{:exile,
git: "https://git.pleroma.social/pleroma/elixir-libraries/exile.git",
ref: "486f0695f3c8855343b46acdba7e45941487c275"},
## dev & test
{:ex_doc, "~> 0.22", only: :dev, runtime: false},