Parcourir la source

feat(quic): bump quicer 0.0.9

William Yang il y a 4 ans
Parent
commit
56d8e0f59f
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      apps/emqx/rebar.config.script
  2. 1 1
      rebar.config.erl

+ 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, "0.0.8"}}},
+Quicer = {quicer, {git, "https://github.com/emqx/quic.git", {branch, "0.0.9"}}},
 
 ExtraDeps = fun(C) ->
                 {deps, Deps0} = lists:keyfind(deps, 1, C),

+ 1 - 1
rebar.config.erl

@@ -16,7 +16,7 @@ bcrypt() ->
     {bcrypt, {git, "https://github.com/emqx/erlang-bcrypt.git", {branch, "0.6.0"}}}.
 
 quicer() ->
-    {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.8"}}}.
+    {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.9"}}}.
 
 deps(Config) ->
     {deps, OldDeps} = lists:keyfind(deps, 1, Config),