* feat(quic): quicer vsn 0.0.7
This commit is contained in:
parent
9a64c9a464
commit
4ac71eca57
1
Makefile
1
Makefile
|
@ -92,6 +92,7 @@ $(PROFILES:%=clean-%):
|
|||
|
||||
.PHONY: clean-all
|
||||
clean-all:
|
||||
@rm -f rebar.lock
|
||||
@rm -rf _build
|
||||
|
||||
.PHONY: deps-all
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue