Skip to content

Commit

Permalink
Update Cowlib to 2.5.1
Browse files Browse the repository at this point in the history
This is mainly to fix a bug in gun_sse_h where lone id lines
are not decoded properly. Some typespecs were also fixed.
  • Loading branch information
essen committed Aug 6, 2018
1 parent 4496a06 commit 92398e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CT_OPTS += -pa test -ct_hooks gun_ct_hook [] # -boot start_sasl
LOCAL_DEPS = ssl

DEPS = cowlib
dep_cowlib = git https://github.com/ninenines/cowlib 2.4.0
dep_cowlib = git https://github.com/ninenines/cowlib 2.5.1

DOC_DEPS = asciideck

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{deps, [
{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.4.0"}}
{cowlib,".*",{git,"https://github.com/ninenines/cowlib","2.5.1"}}
]}.
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard]}.

0 comments on commit 92398e6

Please sign in to comment.