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
+1 -1
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.">>,