From de5e408eb6049e48f38978aa019d2557ef33443c Mon Sep 17 00:00:00 2001 From: Daniel Widgren Date: Sun, 10 May 2026 08:48:16 +0200 Subject: [PATCH] chore: pin kura to v2.0.0 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 7fb92d6..186c3a2 100644 --- a/rebar.config +++ b/rebar.config @@ -1,7 +1,7 @@ {erl_opts, [debug_info, warnings_as_errors]}. {deps, [ - {kura, {git, "https://github.com/Taure/kura.git", {branch, "main"}}}, + {kura, {git, "https://github.com/Taure/kura.git", {tag, "v2.0.0"}}}, {esqlite, "~> 0.9"} ]}.