From f514994ed2ec79aed574ea9b49faa2cae6c6cf85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 14 Jan 2025 14:34:08 +0100 Subject: [PATCH] Use Ranch 1.8.x that includes OTP-28 fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efd617e5..7cf363c2 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ LOCAL_DEPS = crypto DEPS = cowlib ranch dep_cowlib = git https://github.com/ninenines/cowlib master -dep_ranch = git https://github.com/ninenines/ranch 1.8.0 +dep_ranch = git https://github.com/ninenines/ranch 1.8.x ifeq ($(COWBOY_QUICER),1) DEPS += quicer