From 64f761f7dadbf46a288a894a788d1cb12236bae7 Mon Sep 17 00:00:00 2001 From: Hans Svensson Date: Wed, 8 Apr 2020 11:08:38 +0200 Subject: [PATCH] Minor upgrade to n2o - fix topic parsing crash --- rebar.config | 2 +- rebar.lock | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index dfc1848f4..7f954532f 100644 --- a/rebar.config +++ b/rebar.config @@ -7,7 +7,7 @@ {esockd, ".*", {git, "https://github.com/voxoz/esockd",{ref, "a80634b961c315ffe5f020d73236473b53ae5dc9"}}}, {bpe, ".*", {git, "git://github.com/synrc/bpe", {tag,"4.4"}}}, {emqttd, ".*", {git, "git://github.com/NYNJA-MC/emqttd",{tag,"master"}}}, - {n2o, ".*", {git, "git://github.com/synrc/n2o", {tag,"6.4"}}}, + {n2o, ".*", {git, "git://github.com/synrc/n2o", {tag,"v6.4"}}}, {emqttc, ".*", {git, "git://github.com/NYNJA-MC/emqttc",{tag,"master"}}}, {rest, ".*", {git, "git://github.com/synrc/rest",{tag,"5.10"}}}, {gen_smtp, ".*", {git, "git://github.com/voxoz/gen_smtp",{tag,"master"}}}, diff --git a/rebar.lock b/rebar.lock index f641a2fbb..4c14c3919 100644 --- a/rebar.lock +++ b/rebar.lock @@ -118,7 +118,8 @@ 1}, {<<"n2o">>, {git,"git://github.com/synrc/n2o", - {ref,"f59f997d1432515403f505b382ce6717454abaa3"}}, + {ref,"d3a1b52577d701d86c1a4ba4258f3647f3148bd8"}}, + 0}, {<<"nitro">>, {git,"git://github.com/synrc/nitro", -- GitLab