diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2020-10-26 16:12:58 +0100 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2020-10-26 16:12:58 +0100 |
commit | d02c7d3b3b41069707dad63dd262a4180a80b123 (patch) | |
tree | 2dbbb01f014028a1fabe853be08d0d3459dff4da | |
parent | Update eimp (diff) |
Update eimp
This makes eimp compile correctly agains headers from png12
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 3fe0fd971..ebb44679c 100644 --- a/rebar.config +++ b/rebar.config @@ -20,7 +20,7 @@ {deps, [{base64url, ".*", {git, "https://github.com/dvv/base64url.git", {tag, "1.0.1"}}}, {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.25"}}}, - {eimp, ".*", {git, "https://github.com/processone/eimp", "37dcd22af9e03022417a7b340b567c6ad00cacbd"}}, + {eimp, ".*", {git, "https://github.com/processone/eimp", "321c1248d8b5795212cb7f10ae6627ca3a34e793"}}, {if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir", {tag, "v1.4.4"}}}}, {if_var_true, pam, |