diff options
author | Loïc Hoguin <[email protected]> | 2018-05-07 15:33:11 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-05-07 15:33:11 +0200 |
commit | 93e8744e220a88e479a7891c49f2ed304a7c675f (patch) | |
tree | 6647953bfa75d328ae216d9907ab8da39420fdc3 /Makefile | |
parent | 859137e3b0df5f0a101eac32ca1a8c629ee510f9 (diff) | |
download | cowboy-93e8744e220a88e479a7891c49f2ed304a7c675f.tar.gz cowboy-93e8744e220a88e479a7891c49f2ed304a7c675f.tar.bz2 cowboy-93e8744e220a88e479a7891c49f2ed304a7c675f.zip |
Move cowboy_iolists to Cowlib as cow_iolists
Depend on Cowlib master for the moment.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,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 2.3.0 +dep_cowlib = git https://github.com/ninenines/cowlib master dep_ranch = git https://github.com/ninenines/ranch 1.5.0 DOC_DEPS = asciideck |