Skip to content

Commit af9d208

Browse files
authored
Merge pull request #2065 from erlang/fix-cth_readable-lager-crash
Fix cth_readable crash with bad lager interaction
2 parents 9ad4440 + 538898c commit af9d208

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{bbmustache, "1.6.1"},
1111
{relx, "3.31.0"},
1212
{cf, "0.2.2"},
13-
{cth_readable, "1.4.3"},
13+
{cth_readable, "1.4.4"},
1414
{eunit_formatters, "0.5.0"}]}.
1515

1616
{post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)",

rebar.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.6.1">>},0},
33
{<<"certifi">>,{pkg,<<"certifi">>,<<"2.5.1">>},0},
44
{<<"cf">>,{pkg,<<"cf">>,<<"0.2.2">>},0},
5-
{<<"cth_readable">>,{pkg,<<"cth_readable">>,<<"1.4.3">>},0},
5+
{<<"cth_readable">>,{pkg,<<"cth_readable">>,<<"1.4.4">>},0},
66
{<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"1.3.1">>},0},
77
{<<"eunit_formatters">>,{pkg,<<"eunit_formatters">>,<<"0.5.0">>},0},
88
{<<"getopt">>,{pkg,<<"getopt">>,<<"1.0.1">>},0},
@@ -15,7 +15,7 @@
1515
{<<"bbmustache">>, <<"9FB63FA60BD53AFBF47F02E6D8BD6B2BEAFC068E02E20975254DC7461FD4F397">>},
1616
{<<"certifi">>, <<"867CE347F7C7D78563450A18A6A28A8090331E77FA02380B4A21962A65D36EE5">>},
1717
{<<"cf">>, <<"7F2913FFF90ABCABD0F489896CFEB0B0674F6C8DF6C10B17A83175448029896C">>},
18-
{<<"cth_readable">>, <<"5B8117797E89D5074022CA21C7867216B796C5C04895B71C097EC8BF0F8A55C1">>},
18+
{<<"cth_readable">>, <<"6CEFD2C293F5F04A80F7DB45D1BAFF70E720681AC98E6A11B5FEF1BF5B14B9FB">>},
1919
{<<"erlware_commons">>, <<"0CE192AD69BC6FD0880246D852D0ECE17631E234878011D1586E053641ED4C04">>},
2020
{<<"eunit_formatters">>, <<"6A9133943D36A465D804C1C5B6E6839030434B8879C5600D7DDB5B3BAD4CCB59">>},
2121
{<<"getopt">>, <<"C73A9FA687B217F2FF79F68A3B637711BB1936E712B521D8CE466B29CBF7808A">>},

0 commit comments

Comments
 (0)