Skip to content

Commit db33a75

Browse files
kzemekfenek
authored andcommitted
Upgrade fast_tls to a version using two-level namespace on macOS. (#1606)
1 parent df02c96 commit db33a75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{idna, ".*", {git, "git://github.com/benoitc/erlang-idna.git", {tag, "1.2.0"}}},
4343
{poolboy, ".*", {git, "git://github.com/devinus/poolboy.git", {tag, "1.5.1"}}},
4444
{uuid, ".*", {git, "git://github.com/okeuday/uuid.git", {tag, "v1.7.1"}}},
45-
{fast_tls, ".*", {git, "git://github.com/processone/fast_tls.git", {tag, "1.0.10"}}},
45+
{fast_tls, ".*", {git, "git://github.com/processone/fast_tls.git", {ref, "a2b2154"}}},
4646
{lasse, ".*", {git, "git://github.com/inaka/lasse.git", "692eaec"}},
4747
{worker_pool, ".*", {git, "git://github.com/inaka/worker_pool.git", {tag, "3.0.0"}}},
4848

rebar.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
0},
6060
{<<"fast_tls">>,
6161
{git,"git://github.com/processone/fast_tls.git",
62-
{ref,"ff634a5dabd64a5e2d5e606cb3e6b7c5cf8aa7d9"}},
62+
{ref,"a2b2154d11280becbf3077e62f7b5621d52b54fd"}},
6363
0},
6464
{<<"folsom">>,{pkg,<<"folsom">>,<<"0.8.5">>},1},
6565
{<<"fusco">>,

0 commit comments

Comments
 (0)