0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Temporarily switch the Cowlib branch

This commit is contained in:
Loïc Hoguin 2025-01-22 12:57:24 +01:00
parent 0f1b20c383
commit c35c754f5a
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -16,7 +16,7 @@ CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl
LOCAL_DEPS = crypto
DEPS = cowlib ranch
dep_cowlib = git https://github.com/ninenines/cowlib master
dep_cowlib = git https://github.com/ninenines/cowlib improve-websocket-compressed
dep_ranch = git https://github.com/ninenines/ranch 1.8.x
ifeq ($(COWBOY_QUICER),1)