* feat(quic): quicer vsn 0.0.7

This commit is contained in:
William Yang 2021-07-20 03:57:15 +02:00 committed by GitHub
parent 9a64c9a464
commit 4ac71eca57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -92,6 +92,7 @@ $(PROFILES:%=clean-%):
.PHONY: clean-all
clean-all:
@rm -f rebar.lock
@rm -rf _build
.PHONY: deps-all

View File

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