Update erlang-rocksdb to use latest patch fixing compilation issues

This commit is contained in:
Richard Carlsson 2024-10-13 14:30:56 +02:00
parent 0ae7ecd41d
commit d42055c7ac
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
{deps, {deps,
[ [
{sext, "1.8.0"}, {sext, "1.8.0"},
{rocksdb, {git, "https://github.com/aeternity/erlang-rocksdb.git", {ref,"79bab7c6b6"}}}, {rocksdb, {git, "https://github.com/emqx/erlang-rocksdb.git", {ref,"d695c6e"}}},
{hut, "1.4.0"} {hut, "1.4.0"}
]}. ]}.

View File

@ -1,8 +1,8 @@
{"1.2.0", {"1.2.0",
[{<<"hut">>,{pkg,<<"hut">>,<<"1.4.0">>},0}, [{<<"hut">>,{pkg,<<"hut">>,<<"1.4.0">>},0},
{<<"rocksdb">>, {<<"rocksdb">>,
{git,"https://github.com/aeternity/erlang-rocksdb.git", {git,"https://github.com/emqx/erlang-rocksdb.git",
{ref,"79bab7c6b693bf7016490c28987d0b12a6b0dae9"}}, {ref,"d695c6ee9dd27bfe492ed4e24c72ad20ab0d770b"}},
0}, 0},
{<<"sext">>,{pkg,<<"sext">>,<<"1.8.0">>},0}]}. {<<"sext">>,{pkg,<<"sext">>,<<"1.8.0">>},0}]}.
[ [