Use emqx fork of erlang-rocksdb

This commit is contained in:
Richard Carlsson
2024-08-23 11:01:46 +02:00
parent 34285da6d8
commit 0e4382d5f7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
{deps,
[
{sext, "1.8.0"},
{rocksdb, {git, "https://gitlab.com/barrel-db/erlang-rocksdb.git", {tag,"1.8.0"}}},
{rocksdb, {git, "https://github.com/emqx/erlang-rocksdb.git", {tag,"1.8.0-emqx-6"}}},
{hut, "1.4.0"}
]}.