Browse Source

Depend on Ranch master in examples

Otherwise they are pinned to 1.2.1.
Per discussion with @essen.
Michael Klishin 8 years ago
parent
commit
8a07098b31
2 changed files with 2 additions and 0 deletions
  1. 1 0
      examples/tcp_echo/Makefile
  2. 1 0
      examples/tcp_reverse/Makefile

+ 1 - 0
examples/tcp_echo/Makefile

@@ -1,3 +1,4 @@
 PROJECT = tcp_echo
 DEPS = ranch
+dep_ranch_commit = master
 include ../../erlang.mk

+ 1 - 0
examples/tcp_reverse/Makefile

@@ -1,3 +1,4 @@
 PROJECT = tcp_reverse
 DEPS = ranch
+dep_ranch_commit = master
 include ../../erlang.mk