Skip to content

Commit 761c1f8

Browse files
committed
Relax Ranch version requirement for Hex
It is now specified as >= 1.8.0 and < 3.0.0 since Cowboy supports both Ranch 1.8.x and 2.x.
1 parent 71b4147 commit 761c1f8

File tree

2 files changed

+549
-3664
lines changed

2 files changed

+549
-3664
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ define HEX_TARBALL_EXTRA_METADATA
5252
}
5353
endef
5454

55+
hex_req_ranch = >= 1.8.0 and < 3.0.0
56+
# @todo hex_req_cowlib
57+
5558
# Standard targets.
5659

5760
include erlang.mk

0 commit comments

Comments
 (0)