diff options
author | Michael Klishin <[email protected]> | 2017-01-25 17:56:28 +0300 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-01-31 15:17:31 +0100 |
commit | 8a07098b31ebdf37bf2e72fdd4b25a0f0052c849 (patch) | |
tree | 01eb2072320ec983db4d3043a8efcde9c033b19e /examples | |
parent | 066a714c6923aa5497f9536ffe7f1d681dc32c96 (diff) | |
download | ranch-8a07098b31ebdf37bf2e72fdd4b25a0f0052c849.tar.gz ranch-8a07098b31ebdf37bf2e72fdd4b25a0f0052c849.tar.bz2 ranch-8a07098b31ebdf37bf2e72fdd4b25a0f0052c849.zip |
Depend on Ranch master in examples1.3.1
Otherwise they are pinned to 1.2.1.
Per discussion with @essen.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tcp_echo/Makefile | 1 | ||||
-rw-r--r-- | examples/tcp_reverse/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/tcp_echo/Makefile b/examples/tcp_echo/Makefile index 60c08ab..72f1164 100644 --- a/examples/tcp_echo/Makefile +++ b/examples/tcp_echo/Makefile @@ -1,3 +1,4 @@ PROJECT = tcp_echo DEPS = ranch +dep_ranch_commit = master include ../../erlang.mk diff --git a/examples/tcp_reverse/Makefile b/examples/tcp_reverse/Makefile index b391e81..c390c43 100644 --- a/examples/tcp_reverse/Makefile +++ b/examples/tcp_reverse/Makefile @@ -1,3 +1,4 @@ PROJECT = tcp_reverse DEPS = ranch +dep_ranch_commit = master include ../../erlang.mk |