abnfc 0.5.4

This commit is contained in:
Sergey Yelin 2021-06-23 14:45:37 +03:00
parent 036e665864
commit de36a7855b
No known key found for this signature in database
GPG Key ID: 0B653F3417EAEC54
3 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{erl_opts, [debug_info]}.
{deps, [
{abnfc, "0.5.2"}
{abnfc, "0.5.4"}
]}.

8
rebar.lock Normal file
View File

@ -0,0 +1,8 @@
{"1.2.0",
[{<<"abnfc">>,{pkg,<<"abnfc">>,<<"0.5.4">>},0}]}.
[
{pkg_hash,[
{<<"abnfc">>, <<"3535E517539ECEC4FB15E37E7031038DC8657FA00491AD3AB226AD80399937CC">>}]},
{pkg_hash_ext,[
{<<"abnfc">>, <<"905393E75AA7EDFB6895C698D9812AD598FE0A325EA99A2200D6C11B99F269CF">>}]}
].

View File

@ -1,6 +1,6 @@
{application, rebar3_abnf_compiler,
[{description, "A ABNF compiler for rebar3 3.7+"},
{vsn, "0.1.2"},
{vsn, "0.1.3"},
{applications,
[kernel,
stdlib,