diff --git a/rebar.config b/rebar.config index b170acd..fb19f38 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, "9.10.0-emqx-2"}}}, + {rocksdb, {git, "https://github.com/emqx/erlang-rocksdb.git", {ref, "09df04e"}}}, {hut, "1.4.0"} ]}. diff --git a/rebar.lock b/rebar.lock index 05f0d25..461cba4 100644 --- a/rebar.lock +++ b/rebar.lock @@ -2,7 +2,7 @@ [{<<"hut">>,{pkg,<<"hut">>,<<"1.4.0">>},0}, {<<"rocksdb">>, {git,"https://github.com/emqx/erlang-rocksdb.git", - {ref,"d3481881fa70ff116846a73cc58b540a6c444f4a"}}, + {ref,"09df04e02f250a5075bb93cafdd3b637cab81d96"}}, 0}, {<<"sext">>,{pkg,<<"sext">>,<<"1.8.0">>},0}]}. [