From d453005d8b5005c22ca2b319e5c35530f69563ca Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Thu, 5 Aug 2021 13:43:22 +0200 Subject: [PATCH] fix(emqx): pin quicer 0.0.7 --- apps/emqx/rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx/rebar.config.script b/apps/emqx/rebar.config.script index 9d4e443ed..860be0a10 100644 --- a/apps/emqx/rebar.config.script +++ b/apps/emqx/rebar.config.script @@ -18,7 +18,7 @@ IsQuicSupp = fun() -> end, Bcrypt = {bcrypt, {git, "https://github.com/emqx/erlang-bcrypt.git", {branch, "0.6.0"}}}, -Quicer = {quicer, {git, "https://github.com/emqx/quic.git", {branch, "main"}}}, +Quicer = {quicer, {git, "https://github.com/emqx/quic.git", {branch, "0.0.7"}}}, ExtraDeps = fun(C) -> {deps, Deps0} = lists:keyfind(deps, 1, C),