aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
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 /rebar.config
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 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index d31efe7..91179db 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
- {cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "0.1.0"}},
+ {cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "0.2.0"}},
{ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.5"}}
]}.