Skip to content

Commit

Permalink
Merge pull request #3117 from esl/use_hexml
Browse files Browse the repository at this point in the history
Use hexml package
  • Loading branch information
arcusfelis authored May 12, 2021
2 parents 2bc323d + 029b15f commit d26aca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{deps,
[
{base16, {git, "https://github.com/esl/base16.git", {tag, "1.1.0"}}},
{exml, {git, "https://github.com/esl/exml.git", {branch, "master"}}},
{exml, "3.0.4", {pkg, hexml}},
{lager, "3.8.0"}, % We're keeping this to override the dependencies
{cowboy, "2.7.0"},
{exometer_core, {git, "https://github.com/esl/exometer_core.git", {branch, "master"}}},
Expand Down
6 changes: 2 additions & 4 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@
0},
{<<"erlang_pmp">>,{pkg,<<"erlang_pmp">>,<<"0.1.1">>},0},
{<<"erlcloud">>,{pkg,<<"erlcloud">>,<<"3.3.1">>},0},
{<<"exml">>,
{git,"https://github.com/esl/exml.git",
{ref,"078499f8b2d36ba9957bc931321f41c0a48c4a05"}},
0},
{<<"exml">>,{pkg,<<"hexml">>,<<"3.0.4">>},0},
{<<"exometer_core">>,
{git,"https://github.com/esl/exometer_core.git",
{ref,"979ff04bcabc276c122b47fb7e6b54fbded62576"}},
Expand Down Expand Up @@ -183,6 +180,7 @@
{<<"eredis">>, <<"0B8E9CFC2C00FA1374CD107EA63B49BE08D933DF2CF175E6A89B73DD9C380DE4">>},
{<<"erlang_pmp">>, <<"42FAA89EAF427B71533444F2B433D0010837636149595658499C356A5A39589B">>},
{<<"erlcloud">>, <<"4DE8DC3CBA64A59D57E4A32606DB6AA5CAC371CA0ADB8361571B2E6A74295A56">>},
{<<"exml">>, <<"43231F3BE52CC69CC7F4A694F2294F344FB6AF6F9DF20BA966D4C4E553E647D2">>},
{<<"fast_scram">>, <<"1F8F467D34374D00CE4AB8D6F78430EA8ADCCD2DA6D5BA0069B9EA8A1CAC6DE1">>},
{<<"gen_fsm_compat">>, <<"5903549F67D595F58A7101154CBE0FDD46955FBFBE40813F1E53C23A970FF5F4">>},
{<<"goldrush">>, <<"F06E5D5F1277DA5C413E84D5A2924174182FB108DABB39D5EC548B27424CD106">>},
Expand Down

0 comments on commit d26aca1

Please sign in to comment.