[erlang] explicit pull of pkcs7 from master branch

This commit is contained in:
Michael Stair 2016-11-19 13:21:40 -05:00
parent d2810c6ce1
commit b25f8ed970

View File

@ -1,5 +1,5 @@
{erl_opts, [debug_info]}.
{deps, [
{pkcs7, {git, "https://github.com/camshaft/pkcs7.erl"}, {branch, "master"}}
{pkcs7, {git, "https://github.com/camshaft/pkcs7.erl", {branch, "master"}}}
]
}.