Skip to content

Commit

Permalink
Relax Ranch version requirement for Hex
Browse files Browse the repository at this point in the history
It is now specified as >= 1.8.0 and < 3.0.0 since Cowboy
supports both Ranch 1.8.x and 2.x.
  • Loading branch information
essen committed Feb 11, 2025
1 parent 71b4147 commit 761c1f8
Show file tree
Hide file tree
Showing 2 changed files with 549 additions and 3,664 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 761c1f8

Please sign in to comment.