8000 Merge pull request #11747 from qzhuyan/dev/william/quicer-0.0.202 · emqx/emqx@e6358ca · GitHub
[go: up one dir, main page]

Skip to content

Commit e6358ca

Browse files
authored
Merge pull request #11747 from qzhuyan/dev/william/quicer-0.0.202
bump to quicer 0.0.202
2 parents 5765585 + a69c534 commit e6358ca

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

apps/emqx/rebar.config.script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ IsQuicSupp = fun() ->
2424
end,
2525

2626
Bcrypt = {bcrypt, {git, "https://github.com/emqx/erlang-bcrypt.git", {tag, "0.6.0"}}},
27-
Quicer = {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.201"}}}.
27+
Quicer = {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.202"}}}.
2828

2929
Dialyzer = fun(Config) ->
3030
{dialyzer, OldDialyzerConfig} = lists:keyfind(dialyzer, 1, Config),

changes/ce/fix-11747.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update QUIC stack to msquic 2.2.3.
2+

changes/ce/fix-11747.zh.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
更新 QUIC 栈至 msquic 2.2.3
2+

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ defmodule EMQXUmbrella.MixProject do
836836
defp quicer_dep() do
837837
if enable_quicer?(),
838838
# in conflict with emqx and emqtt
839-
do: [{:quicer, github: "emqx/quic", tag: "0.0.201", override: true}],
839+
do: [{:quicer, github: "emqx/quic", tag: "0.0.202", override: true}],
840840
else: []
841841
end
842842

rebar.config.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bcrypt() ->
3939
{bcrypt, {git, "https://github.com/emqx/erlang-bcrypt.git", {tag, "0.6.1"}}}.
4040

4141
quicer() ->
42-
{quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.201"}}}.
42+
{quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.202"}}}.
4343

4444
jq() ->
4545
{jq, {git, "https://github.com/emqx/jq", {tag, "v0.3.10"}}}.

0 commit comments

Comments
 (0)
0