From 8ee83ae05b6229ea1895e4bb5243d047936410d0 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Tue, 12 Dec 2023 20:37:59 +0100 Subject: [PATCH] chore: pin rfc3339 0.2.3 dialyzer fix and mix file fix --- mix.exs | 1 + rebar.config | 1 + 2 files changed, 2 insertions(+) diff --git a/mix.exs b/mix.exs index cc8f0decb..350800add 100644 --- a/mix.exs +++ b/mix.exs @@ -97,6 +97,7 @@ defmodule EMQXUmbrella.MixProject do {:hackney, github: "emqx/hackney", tag: "1.18.1-1", override: true}, # set by hackney (dependency) {:ssl_verify_fun, "1.1.7", override: true}, + {:rfc3339, github: "emqx/rfc3339", tag: "0.2.3", override: true}, {:uuid, github: "okeuday/uuid", tag: "v2.0.6", override: true}, {:quickrand, github: "okeuday/quickrand", tag: "v2.0.6", override: true} ] ++ diff --git a/rebar.config b/rebar.config index 661049f11..d66a1a520 100644 --- a/rebar.config +++ b/rebar.config @@ -96,6 +96,7 @@ , {jsone, {git, "https://github.com/emqx/jsone.git", {tag, "1.7.1"}}} , {uuid, {git, "https://github.com/okeuday/uuid.git", {tag, "v2.0.6"}}} , {ssl_verify_fun, "1.1.7"} + , {rfc3339, {git, "https://github.com/emqx/rfc3339.git", {tag, "0.2.3"}}} ]}. {xref_ignores,