Skip to content

Commit

Permalink
Merge pull request #270 from emqx/241118-upgrade-emqtt
Browse files Browse the repository at this point in the history
fix: upgrade to emqtt 1.13.4
  • Loading branch information
zmstone authored Nov 18, 2024
2 parents 29b623e + dbcc258 commit b2f3dd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ REBAR ?= $(CURDIR)/rebar3
.PHONY: all
all: release

.PHONY: release
release: compile
$(REBAR) as emqtt_bench tar
@$(CURDIR)/scripts/rename-package.sh

.PHONY: pre-release
pre-release: compile
$(REBAR) as emqtt_bench release

.PHONY: compile
compile: $(REBAR)
$(REBAR) compile

Expand Down
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/emqx/emqtt", {tag, "1.13.2"}}},
{emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.13.4"}}},
{prometheus, {git, "https://github.com/emqx/prometheus.erl", {tag, "v4.10.0.2"}}},
{cowboy, "2.9.0"},
{jsx, "3.1.0"}
Expand Down

0 comments on commit b2f3dd3

Please sign in to comment.