summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-01-05 17:56:32 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-01-05 17:56:32 +0300
commitda2353d9962a25e26bda288b7b1393511fc45079 (patch)
tree575cf5e264138e860f7f245beff85501a56e433a
parentReturn `true` or `false` from send() callback (diff)
Refer to new fast_tls version
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index ac2ab9ab..352a8195 100644
--- a/rebar.config
+++ b/rebar.config
@@ -22,7 +22,7 @@
{tag, {if_version_above, "17", "3.4.2", "3.2.1"}}}},
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.10"}}},
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.12"}}},
- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.18"}}},
+ {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", "9e34c05"}},
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.10"}}},
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.26"}}},
{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.1.17"}}},