From 88b1cb429db7d14f0dceb704c57c0da11581f8de Mon Sep 17 00:00:00 2001 From: zmstone Date: Wed, 25 Sep 2024 08:12:49 +0200 Subject: [PATCH] chore: pin mria 0.8.9 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index b96b954..1faa919 100644 --- a/rebar.config +++ b/rebar.config @@ -4,7 +4,7 @@ {deps, [{jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}}, {eetcd, {git, "https://github.com/zhongwencool/eetcd", {tag, "v0.3.4"}}}, {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe", {tag, "1.0.0"}}}, - {mria, {git, "https://github.com/emqx/mria", {tag, "0.8.8"}}} + {mria, {git, "https://github.com/emqx/mria", {tag, "0.8.9"}}} ]}. {erl_opts, [warn_unused_vars,