Просмотр исходного кода

Depend on Ranch master in examples

Otherwise they are pinned to 1.2.1.
Per discussion with @essen.
Michael Klishin 8 лет назад
Родитель
Сommit
8a07098b31
2 измененных файлов с 2 добавлено и 0 удалено
  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