Skip to content

Commit

Permalink
Bump procket version to fix building with OTP 26 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
matlaj authored May 16, 2024
1 parent 58c623d commit df28d5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{erl_opts, [debug_info]}.
{deps, [procket,pkt]}.
{deps, [
{procket, "0.9.9"},
{pkt, "0.6.0"}
]}.

{shell, [
{config, "config/sys.config"},
Expand Down
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{"1.2.0",
[{<<"pkt">>,{pkg,<<"pkt">>,<<"0.6.0">>},0},
{<<"procket">>,{pkg,<<"procket">>,<<"0.9.7">>},0}]}.
{<<"procket">>,{pkg,<<"procket">>,<<"0.9.9">>},0}]}.
[
{pkg_hash,[
{<<"pkt">>, <<"F4B73090FC7C71CC7F4AFC172537BBEC80BDC981365F04017D6F02814ACC8399">>},
{<<"procket">>, <<"9F0D5F3D4CCCE98DD01EA2FAE50C360219CBFF6F71545B966DAEEEBF171C49FB">>}]},
{<<"procket">>, <<"3E46D409B67BD1187E94B516A3730B84B065224D3523AB3F26CC4CF3E596E5F4">>}]},
{pkg_hash_ext,[
{<<"pkt">>, <<"3FF876782E7D5EC06643038843203C7F5F77BABE35F29BFB95B4935BACBC32AC">>},
{<<"procket">>, <<"262E9C7541AA04BE7A50AC785185AFDF733C38790CAE8EC740B7E9EE8286DB2B">>}]}
{<<"procket">>, <<"EB3A31377894CB16C0A12E6A44773DD3BD224B602F40EED167B3ACAC5FBF30CF">>}]}
].

0 comments on commit df28d5c

Please sign in to comment.