This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 2aeae47  bump ets_lru, khash revs (#2491)
2aeae47 is described below

commit 2aeae473d3fcf338097f5f2d46502ae0e866bc55
Author: Joan Touzet <[email protected]>
AuthorDate: Tue Jan 28 13:08:03 2020 -0500

    bump ets_lru, khash revs (#2491)
---
 .gitignore          | 1 +
 rebar.config.script | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3fa860c..e2f3df0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -111,6 +111,7 @@ src/couch_tests/ebin/
 src/global_changes/ebin/
 src/mango/ebin/
 src/mango/test/*.pyc
+src/mango/nosetests.xml
 src/mango/venv/
 test/javascript/junit.xml
 
diff --git a/rebar.config.script b/rebar.config.script
index 3356c83..d356ac2 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -144,8 +144,8 @@ DepDescs = [
 %% Independent Apps
 {config,           "config",           {tag, "2.1.7"}},
 {b64url,           "b64url",           {tag, "1.0.1"}},
-{ets_lru,          "ets-lru",          {tag, "1.0.0"}},
-{khash,            "khash",            {tag, "1.0.1"}},
+{ets_lru,          "ets-lru",          {tag, "1.1.0"}},
+{khash,            "khash",            {tag, "1.1.0"}},
 {snappy,           "snappy",           {tag, "CouchDB-1.0.4"}},
 
 %% Non-Erlang deps

Reply via email to