Skip to content

Commit

Permalink
bump emqtt and quicer version
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Jan 24, 2023
1 parent c2fca8a commit dfe1c97
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, {git, "https://github.com/zmstone/getopt", {tag, "v1.0.2.1"}}},
{emqtt, {git, "https://github.com/qzhuyan/emqtt", {tag, "1.7.2-pre"}}},
{emqtt, {git, "https://github.com/qzhuyan/emqtt", {tag, "1.7.1-pre"}}},
jsx
]}.

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

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

0 comments on commit dfe1c97

Please sign in to comment.