0
Fork 0
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:
Loïc Hoguin 2025-02-17 14:47:32 +01:00
parent 9facbfd121
commit d6dda1fee4
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -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