Skip to content

Commit

Permalink
Merge pull request #178 from emqx/pin-latest-emqtt
Browse files Browse the repository at this point in the history
chore: pin latest emqtt (1.6.0) and quic (0.0.14)
  • Loading branch information
zmstone authored Jun 24, 2022
2 parents 1f6b74b + 1c7301a commit 5a43f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ts=4 sw=4 ft=erlang et
{minimum_otp_vsn, "21.2"}.
{minimum_otp_vsn, "23.2"}.

{erl_opts, [debug_info,
warn_export_all,
Expand All @@ -16,7 +16,7 @@

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

{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.9"}}},
Quicer = {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.14"}}},

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

0 comments on commit 5a43f75

Please sign in to comment.