From 4ac71eca57d76e2ebff5cc35dd1eabaea047faa2 Mon Sep 17 00:00:00 2001 From: William Yang Date: Tue, 20 Jul 2021 03:57:15 +0200 Subject: [PATCH] * feat(quic): quicer vsn 0.0.7 --- Makefile | 1 + rebar.config.erl | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c81b9d5a3..dbc665784 100644 --- a/Makefile +++ b/Makefile @@ -92,6 +92,7 @@ $(PROFILES:%=clean-%): .PHONY: clean-all clean-all: + @rm -f rebar.lock @rm -rf _build .PHONY: deps-all diff --git a/rebar.config.erl b/rebar.config.erl index ad07d50a3..c8213c195 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -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),