Skip to content

Commit

Permalink
Bump trace_runner dependency to 1.0.0 (#4260)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanssv committed Jan 31, 2024
1 parent af88588 commit 551f5c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 1 addition & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
{gproc, "0.9.0"},
{jobs, "0.9.0"},
{exometer_core, "1.6.0"},
{trace_runner, "1.0.0"},
{yamerl, "0.7.0"},
{sext, "1.8.0"},
{argparse, {git, "https://github.com/aeternity/argparse", {ref, "a3d8aa0"}}},
Expand Down Expand Up @@ -100,10 +101,6 @@
{sha3, {git, "https://github.com/aeternity/erlang-sha3",
{ref, "b5f27a2"}}},

% for lightweight trace-based debugging
{trace_runner, {git, "https://github.com/uwiger/trace_runner.git",
{ref, "1acb6e56"}}},

% for the online telecom style CLI
{ecli, {git, "https://github.com/mgmtd/ecli",
{ref, "eb06324"}}}
Expand Down
7 changes: 3 additions & 4 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,7 @@
{git,"https://github.com/aeternity/erlang-sha3",
{ref,"b5f27a29ba1179e5907c50d7ec7aa79b2857e981"}},
0},
{<<"trace_runner">>,
{git,"https://github.com/uwiger/trace_runner.git",
{ref,"1acb6e56a048909731edc5ba5ee5ba995617164a"}},
0},
{<<"trace_runner">>,{pkg,<<"trace_runner">>,<<"1.0.0">>},0},
{<<"unicode_util_compat">>,{pkg,<<"unicode_util_compat">>,<<"0.4.1">>},1},
{<<"yamerl">>,{pkg,<<"yamerl">>,<<"0.7.0">>},0}]}.
[
Expand All @@ -152,6 +149,7 @@
{<<"rfc3339">>, <<"1552DF616ACA368D982E9F085A0E933B6688A3F4938A671798978EC2C0C58730">>},
{<<"setup">>, <<"3BBB9C35CBAA77C5ED39B7B3F66674F4A29D80011A13DE20854EEC4EF580D50E">>},
{<<"sext">>, <<"90A95B889F5C781B70BBCF44278B763148E313C376B60D87CE664CB1C1DD29B5">>},
{<<"trace_runner">>, <<"10ABAAA97E042805DCA451C5E916789B469CE4BA3D6609718F3E0F89406835DC">>},
{<<"unicode_util_compat">>, <<"D869E4C68901DD9531385BB0C8C40444EBF624E60B6962D95952775CAC5E90CD">>},
{<<"yamerl">>, <<"E51DBA652DCE74C20A88294130B48051EBBBB0BE7D76F22DE064F0F3CCF0AAF5">>}]},
{pkg_hash_ext,[
Expand All @@ -173,6 +171,7 @@
{<<"rfc3339">>, <<"986D7F9BAC6891AA4D5051690058DE4E623245620BBEADA7F239F85C4DF8F23C">>},
{<<"setup">>, <<"59FFE5E98692BA04C50FBFCCA4A01000AAE005561A2A4AB3888F0E25AA6792EA">>},
{<<"sext">>, <<"BC6016CB8690BAF677EACACFE6E7CADFEC8DC7E286CBBED762F6CD55B0678E73">>},
{<<"trace_runner">>, <<"F04446BD055541BFE06A6B4CFCCB9ADCCBD3FEF9160B63789ABDC5E19A99D540">>},
{<<"unicode_util_compat">>, <<"1D1848C40487CDB0B30E8ED975E34E025860C02E419CB615D255849F3427439D">>},
{<<"yamerl">>, <<"CB5A4481E2E2AD36DB83BD9962153E1A9208E2B2484185E33FC2CAAC6A50B108">>}]}
].

0 comments on commit 551f5c3

Please sign in to comment.