Change hut dep to 1.4.0

This commit is contained in:
Ulf Wiger 2022-08-15 17:16:29 +02:00
parent d1177b6ad4
commit 1340bb2050
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
[ [
{sext, "1.8.0"}, {sext, "1.8.0"},
{rocksdb, {git, "https://gitlab.com/seanhinde/erlang-rocksdb.git", {ref,"9ae37839"}}}, {rocksdb, {git, "https://gitlab.com/seanhinde/erlang-rocksdb.git", {ref,"9ae37839"}}},
{hut, "1.3.0"} {hut, "1.4.0"}
]}. ]}.
{xref_checks, [ {xref_checks, [

View File

@ -1,5 +1,5 @@
{"1.2.0", {"1.2.0",
[{<<"hut">>,{pkg,<<"hut">>,<<"1.3.0">>},0}, [{<<"hut">>,{pkg,<<"hut">>,<<"1.4.0">>},0},
{<<"rocksdb">>, {<<"rocksdb">>,
{git,"https://gitlab.com/seanhinde/erlang-rocksdb.git", {git,"https://gitlab.com/seanhinde/erlang-rocksdb.git",
{ref,"9ae378391ffc94200bde24efcd7a4921eba688d0"}}, {ref,"9ae378391ffc94200bde24efcd7a4921eba688d0"}},
@ -7,9 +7,9 @@
{<<"sext">>,{pkg,<<"sext">>,<<"1.8.0">>},0}]}. {<<"sext">>,{pkg,<<"sext">>,<<"1.8.0">>},0}]}.
[ [
{pkg_hash,[ {pkg_hash,[
{<<"hut">>, <<"71F2F054E657C03F959CF1ACC43F436EA87580696528CA2A55C8AFB1B06C85E7">>}, {<<"hut">>, <<"7A1238EC00F95C9EC75412587EE11AC652ECA308A7F4B8CC9629746D579D6CF0">>},
{<<"sext">>, <<"90A95B889F5C781B70BBCF44278B763148E313C376B60D87CE664CB1C1DD29B5">>}]}, {<<"sext">>, <<"90A95B889F5C781B70BBCF44278B763148E313C376B60D87CE664CB1C1DD29B5">>}]},
{pkg_hash_ext,[ {pkg_hash_ext,[
{<<"hut">>, <<"7E15D28555D8A1F2B5A3A931EC120AF0753E4853A4C66053DB354F35BF9AB563">>}, {<<"hut">>, <<"7AF8704B9BAE98A336F70D9560FC3C97F15665265FA603DBD05352E63D6EBB03">>},
{<<"sext">>, <<"BC6016CB8690BAF677EACACFE6E7CADFEC8DC7E286CBBED762F6CD55B0678E73">>}]} {<<"sext">>, <<"BC6016CB8690BAF677EACACFE6E7CADFEC8DC7E286CBBED762F6CD55B0678E73">>}]}
]. ].