rocksdb pr #55 merged into master

This commit is contained in:
Ulf Wiger 2026-04-14 14:57:00 +02:00
parent 6c1a343c82
commit ce0c09aec6
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
{deps, {deps,
[ [
{sext, "1.8.0"}, {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"} {hut, "1.4.0"}
]}. ]}.

View File

@ -2,7 +2,7 @@
[{<<"hut">>,{pkg,<<"hut">>,<<"1.4.0">>},0}, [{<<"hut">>,{pkg,<<"hut">>,<<"1.4.0">>},0},
{<<"rocksdb">>, {<<"rocksdb">>,
{git,"https://github.com/emqx/erlang-rocksdb.git", {git,"https://github.com/emqx/erlang-rocksdb.git",
{ref,"d3481881fa70ff116846a73cc58b540a6c444f4a"}}, {ref,"09df04e02f250a5075bb93cafdd3b637cab81d96"}},
0}, 0},
{<<"sext">>,{pkg,<<"sext">>,<<"1.8.0">>},0}]}. {<<"sext">>,{pkg,<<"sext">>,<<"1.8.0">>},0}]}.
[ [