From 0ae7ecd41db8d2a2f6591988cc89f1e0bd1163ac Mon Sep 17 00:00:00 2001 From: Richard Carlsson Date: Wed, 9 Oct 2024 13:53:01 +0200 Subject: [PATCH] Use our patched version of the EMQX fork --- rebar.config | 2 +- rebar.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 7f3ee48..771b5f8 100644 --- a/rebar.config +++ b/rebar.config @@ -4,7 +4,7 @@ {deps, [ {sext, "1.8.0"}, - {rocksdb, {git, "https://github.com/emqx/erlang-rocksdb.git", {tag,"1.8.0-emqx-6"}}}, + {rocksdb, {git, "https://github.com/aeternity/erlang-rocksdb.git", {ref,"79bab7c6b6"}}}, {hut, "1.4.0"} ]}. diff --git a/rebar.lock b/rebar.lock index 39544d6..ca035dc 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,8 +1,8 @@ {"1.2.0", [{<<"hut">>,{pkg,<<"hut">>,<<"1.4.0">>},0}, {<<"rocksdb">>, - {git,"https://github.com/emqx/erlang-rocksdb.git", - {ref,"1f02f720b91fb53f9535f68548c31280b345d029"}}, + {git,"https://github.com/aeternity/erlang-rocksdb.git", + {ref,"79bab7c6b693bf7016490c28987d0b12a6b0dae9"}}, 0}, {<<"sext">>,{pkg,<<"sext">>,<<"1.8.0">>},0}]}. [