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 --frozen
--locked --locked
--offline --offline
--config: string # --config: string
-Z: string -Z: string
] ]
@ -38,7 +38,7 @@ export extern "cargo build" [
--bin: string --bin: string
--offline --offline
--bins --bins
--config: string # --config: string
--example: string --example: string
--test: string --test: string
--tests --tests

Loading…
Cancel
Save