summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorILYA Khlopotov <iilyak@apache.org>2019-06-26 20:19:00 +0000
committerILYA Khlopotov <iilyak@apache.org>2019-06-27 13:11:21 +0000
commit915a6e4e09f3ed6d79243b3f5f5bad02f6d668de (patch)
treed67de08db012563aa12aa9b4b27693026a788889
parentcbf88041012cf634a80b4d1d036276844da988c1 (diff)
downloadcouchdb-915a6e4e09f3ed6d79243b3f5f5bad02f6d668de.tar.gz
Update ioq to 2.1.2
* Fix the case when we call log10 with 0
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index b41917f67..33ceb7283 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -99,7 +99,7 @@ DepDescs = [
{ets_lru, "ets-lru", {tag, "1.0.0"}},
{khash, "khash", {tag, "1.0.1"}},
{snappy, "snappy", {tag, "CouchDB-1.0.2"}},
-{ioq, "ioq", {tag, "2.1.1"}},
+{ioq, "ioq", {tag, "2.1.2"}},
{hqueue, "hqueue", {tag, "1.0.1"}},
{smoosh, "smoosh", {tag, "1.0.1"}},
{ken, "ken", {tag, "1.0.3"}},