mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 04:10:24 +00:00
Relax Cowlib version requirement for Hex
This commit is contained in:
parent
9facbfd121
commit
d6dda1fee4
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -53,7 +53,7 @@ define HEX_TARBALL_EXTRA_METADATA
|
|||
endef
|
||||
|
||||
hex_req_ranch = >= 1.8.0 and < 3.0.0
|
||||
# @todo hex_req_cowlib
|
||||
hex_req_cowlib = >= 2.14.0 and < 3.0.0
|
||||
|
||||
# Standard targets.
|
||||
|
||||
|
@ -138,6 +138,7 @@ prepare_tag:
|
|||
$(verbose) echo "Dependencies:"
|
||||
$(verbose) grep ^DEPS Makefile || echo "DEPS ="
|
||||
$(verbose) grep ^dep_ Makefile || true
|
||||
$(verbose) grep ^hex_req_ Makefile || true
|
||||
$(verbose) echo
|
||||
$(verbose) echo "rebar.config:"
|
||||
$(verbose) cat rebar.config || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue