Explorar o código

fix(emqx): pin quicer 0.0.7

Zaiming Shi %!s(int64=4) %!d(string=hai) anos
pai
achega
d453005d8b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/emqx/rebar.config.script

+ 1 - 1
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),