rebar.config: Bump provider_asn1 version to 0.4.1

This commit is contained in:
Badlop
2025-01-08 14:57:16 +01:00
parent 5a6e46c32a
commit 85b660fb4b
+1 -1
View File
@@ -154,7 +154,7 @@
{if_rebar3, {plugins, [{if_version_below, "21", {rebar3_hex, "7.0.7"}},
{if_version_above, "20", {rebar3_hex, "~> 7.0.8"}},
{provider_asn1, "0.2.0"},
{provider_asn1, "0.4.1"},
%% Protocol consolidation doesn't work correctly in upstream rebar_mix, see
%% https://github.com/Supersonido/rebar_mix/issues/27#issuecomment-894873335
%% Let's use this fixed rebar_mix fork, see its PR: