You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ei...@apache.org on 2020/01/28 13:43:45 UTC

[couchdb] 01/01: Bump ioq to 2.1.3

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

eiri pushed a commit to branch prototype/fdb-layer-bump-ioq
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit ea23fa1bf01f3e6a96645c8951ee1fa408d98765
Author: Eric Avdey <ei...@eiri.ca>
AuthorDate: Tue Jan 28 09:43:20 2020 -0400

    Bump ioq to 2.1.3
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 29c3fde..2fde9c5 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -107,7 +107,7 @@ DepDescs = [
 {ets_lru,          "ets-lru",          {tag, "1.0.0"}},
 {khash,            "khash",            {tag, "1.0.1"}},
 {snappy,           "snappy",           {tag, "CouchDB-1.0.4"}},
-{ioq,              "ioq",              {tag, "2.1.2"}},
+{ioq,              "ioq",              {tag, "2.1.3"}},
 {hqueue,           "hqueue",           {tag, "1.0.1"}},
 {smoosh,           "smoosh",           {tag, "1.0.1"}},
 {ken,              "ken",              {tag, "1.0.3"}},