Fix warning that config is defined in the wrong way

main
trivernis 1 year ago
parent 5a29231ffa
commit 863bbfccac
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -18,7 +18,7 @@ export extern "cargo" [
--frozen
--locked
--offline
--config: string
# --config: string
-Z: string
]
@ -38,7 +38,7 @@ export extern "cargo build" [
--bin: string
--offline
--bins
--config: string
# --config: string
--example: string
--test: string
--tests

Loading…
Cancel
Save