Skip to content

Commit

Permalink
6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Apr 7, 2021
1 parent f8467f4 commit 653ec29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion rebar.config
@@ -1,4 +1,9 @@
{erl_opts, [nowarn_export_all]}.
{deps_dir, "deps"}.
{deps, [{kvs, ".*", {git, "git://github.com/synrc/kvs", {tag,"master"}}},
{deps, [{kvs, ".*", {git, "git://github.com/synrc/kvs", {tag,"8.3.0"}}},
{rocksdb, ".*", {git, "https://gitlab.com/barrel-db/erlang-rocksdb", {tag, "1.6.0"}}},
{syn, ".*", {git, "git://github.com/ostinelli/syn", {tag,"2.1.0"}}}]}.
{shell, [
{config, "sys.config"},
{apps, [rocksdb,kvs,syn,bpe]}
]}.
4 changes: 2 additions & 2 deletions sys.config
@@ -1,4 +1,4 @@
[{bpe,[{nostand,false}]},
{kvs,[{dba,kvs_mnesia},
{dba_st,kvs_stream},
{kvs,[{dba,kvs_rocks},
{dba_st,kvs_st},
{schema,[kvs,kvs_stream,bpe_metainfo]}]}].

0 comments on commit 653ec29

Please sign in to comment.