From af2faed10740b14071b78a8ab1fc5a4f52247890 Mon Sep 17 00:00:00 2001 From: William Yang Date: Mon, 14 Jun 2021 11:29:23 +0200 Subject: [PATCH] feat(quic): switch to deps on emqx quicer repo --- apps/emqx/rebar.config | 2 +- rebar.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emqx/rebar.config b/apps/emqx/rebar.config index d30946a02..5719ec0af 100644 --- a/apps/emqx/rebar.config +++ b/apps/emqx/rebar.config @@ -20,7 +20,7 @@ , {pbkdf2, {git, "https://github.com/emqx/erlang-pbkdf2.git", {branch, "2.0.4"}}} , {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.1"}}} , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.13.0"}}} - , {quicer, {git, "https://github.com/qzhuyan/quic.git", {branch, "dev/william/main-prepare-emqx-centos7"}}} + , {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.2"}}} ]}. {plugins, [rebar3_proper]}. diff --git a/rebar.config b/rebar.config index 394296e23..413158842 100644 --- a/rebar.config +++ b/rebar.config @@ -54,7 +54,7 @@ , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.13.0"}}} , {hocon, {git, "https://github.com/emqx/hocon.git", {tag, "0.5.1"}}} , {emqx_http_lib, {git, "https://github.com/emqx/emqx_http_lib.git", {tag, "0.2.1"}}} - , {quicer, {git, "https://github.com/qzhuyan/quic.git", {branch, "dev/william/main-prepare-emqx-centos7"}}} + , {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.2"}}} ]}. {xref_ignores,