diff options
author | Licaon_Kter <licaon-kter@users.noreply.github.com> | 2020-04-23 11:29:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-23 13:29:33 +0200 |
commit | d9131c854d08f91412312ece7ff50d679634f687 (patch) | |
tree | 660e504ad5805277b7b1196974b059fa43eb4efc | |
parent | ejabberd_stun: Handle hashed passwords gracefully (diff) |
Bump jiffy so it compiles on older GCC (#3218)
* Update jiffy
* And here
-rw-r--r-- | mix.exs | 2 | ||||
-rw-r--r-- | rebar.config | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -95,7 +95,7 @@ defmodule Ejabberd.Mixfile do {:p1_mysql, "~> 1.0"}, {:mqtree, "~> 1.0"}, {:p1_pgsql, "~> 1.1"}, - {:jiffy, "~> 1.0"}, + {:jiffy, "~> 1.0.4"}, {:p1_oauth2, "~> 0.6.1"}, {:distillery, "~> 2.0"}, {:pkix, "~> 1.0"}, diff --git a/rebar.config b/rebar.config index 778716299..047cda73d 100644 --- a/rebar.config +++ b/rebar.config @@ -28,7 +28,7 @@ {xmpp, ".*", {git, "https://github.com/processone/xmpp", "c23e66ebac8fdec4aa08c8926091b0dcf6dacf22"}}, {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.24"}}}, {yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.4"}}}, - {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.0.1"}}}, + {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "1.0.4"}}}, {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.6"}}}, {pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.5"}}}, {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}}, |