From 8a07098b31ebdf37bf2e72fdd4b25a0f0052c849 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Wed, 25 Jan 2017 17:56:28 +0300 Subject: Depend on Ranch master in examples Otherwise they are pinned to 1.2.1. Per discussion with @essen. --- examples/tcp_echo/Makefile | 1 + examples/tcp_reverse/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'examples') 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 -- cgit v1.2.3