update zx vsn to 0.3.2

This commit is contained in:
Ulf Wiger 2025-05-23 15:39:59 +02:00
parent 0e16b59647
commit 680631ed34
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{application,gmhive_client,
[{description,"Gajumaru Hive Client"},
{vsn,"0.1.0"},
{vsn,"0.3.2"},
{registered,[]},
{applications,[kernel,stdlib,sasl,gproc,inets,ssl,enoise,
gmconfig,gmhive_protocol,gmhive_worker]},

View File

@ -84,7 +84,7 @@ workers() ->
executable_group =>
str(#{description => <<"Group of executable binaries of the worker.">>,
enum => [ <<"cpu">>, <<"cuda">> ],
default => <<"cpuo">>}),
default => <<"cpu">>}),
extra_args =>
str(#{description => <<"Extra arguments to pass to the worker executable binary. "
"The safest choice is specifying no arguments i.e. empty string.">>,

View File

@ -2,14 +2,14 @@
{type,app}.
{modules,[]}.
{prefix,"gmhc"}.
{desc,"Gajumaru Hive Client"}.
{author,"Ulf Wiger, QPQ AG"}.
{package_id,{"uwiger","gmhive_client",{0,2,1}}}.
{deps,[{"uwiger","gmhive_worker",{0,2,1}},
{"uwiger","gmcuckoo",{1,2,2}},
{"otpr","eblake2",{1,0,1}},
{desc,"Gajumaru Hive Client"}.
{package_id,{"uwiger","gmhive_client",{0,3,2}}}.
{deps,[{"otpr","eblake2",{1,0,1}},
{"uwiger","gmcuckoo",{1,1,1}},
{"otpr","base58",{0,1,1}},
{"otpr","gmserialization",{0,1,3}},
{"uwiger","gmhive_worker",{0,1,1}},
{"uwiger","gmhive_protocol",{0,1,1}},
{"uwiger","setup",{2,2,4}},
{"uwiger","gproc",{1,0,1}},