aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-10-23 11:21:31 +0200
committerLoïc Hoguin <[email protected]>2013-10-23 16:35:23 +0200
commitfaf64524c6758ae1e27404d2ae1383a23538c538 (patch)
tree1aed9b3434d9b38e67ceca1c1e09cd05f5222967 /Makefile
parentaab63d605c595d8d0cd33646d13942d6cb372b60 (diff)
downloadcowboy-faf64524c6758ae1e27404d2ae1383a23538c538.tar.gz
cowboy-faf64524c6758ae1e27404d2ae1383a23538c538.tar.bz2
cowboy-faf64524c6758ae1e27404d2ae1383a23538c538.zip
Move cookie parsing/building code to cowlib
The code for parsing has also been rewritten to be more efficient and to be able to handle cookie values with space inside them properly. Update cowlib to 0.2.0.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9c2c53..8a5d521 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ PLT_APPS = crypto public_key ssl
# Dependencies.
DEPS = cowlib ranch
-dep_cowlib = pkg://cowlib 0.1.0
+dep_cowlib = pkg://cowlib 0.2.0
dep_ranch = pkg://ranch 0.8.5
TEST_DEPS = ct_helper gun