Skip to content

Commit

Permalink
emqtt 1.6.1 & quicer 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Jul 20, 2022
1 parent fc44acc commit 6dad80e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

{deps, [
{getopt, "1.0.1"},
{emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.6.0"}}}
{emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.6.1"}}}
]}.

{escript_name, emqtt_bench}.
Expand Down
2 changes: 1 addition & 1 deletion rebar.config.script
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IsWin32 = fun() ->
win32 =:= element(1, os:type())
end,

Quicer = {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.14"}}},
Quicer = {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.16"}}},

IsQuicSupp = not (IsCentos6() orelse IsWin32() orelse
false =/= os:getenv("BUILD_WITHOUT_QUIC")
Expand Down

0 comments on commit 6dad80e

Please sign in to comment.