aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-05-27 12:45:55 +0200
committerLoïc Hoguin <[email protected]>2016-05-27 12:45:55 +0200
commit23fc8e2a89058d2f96ff64c0bc0dff637662995c (patch)
treeaca36fc0958c6c0f2ddd975b8e18d6f18d42ddcc /Makefile
parentd88f3675dba9e066ef339789d8c223358f744aac (diff)
downloadgun-23fc8e2a89058d2f96ff64c0bc0dff637662995c.tar.gz
gun-23fc8e2a89058d2f96ff64c0bc0dff637662995c.tar.bz2
gun-23fc8e2a89058d2f96ff64c0bc0dff637662995c.zip
Initial HTTP/2 support
A number of things are not implemented, but this is enough to connect to Twitter and get a response sent back. It also currently doesn't have tests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 280a8b0..208e298 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ CI_OTP = OTP-18.0.2
# Dependencies.
DEPS = cowlib ranch
-dep_cowlib = git https://github.com/ninenines/cowlib 1.3.0
+dep_cowlib = git https://github.com/ninenines/cowlib master
dep_ranch = git https://github.com/ninenines/ranch 1.1.0
TEST_DEPS = ct_helper