mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 04:10:24 +00:00
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.
This commit is contained in:
parent
71b4147363
commit
761c1f8dca
2 changed files with 633 additions and 3748 deletions
3
Makefile
3
Makefile
|
@ -52,6 +52,9 @@ define HEX_TARBALL_EXTRA_METADATA
|
|||
}
|
||||
endef
|
||||
|
||||
hex_req_ranch = >= 1.8.0 and < 3.0.0
|
||||
# @todo hex_req_cowlib
|
||||
|
||||
# Standard targets.
|
||||
|
||||
include erlang.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue