Skip to content

Commit

Permalink
fix(versioned-settings) Add missing cargo-run-release property to K…
Browse files Browse the repository at this point in the history
…otlin DSL
  • Loading branch information
missingdays committed Nov 12, 2020
1 parent 7ebe3dc commit 9c09a7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin-rust-server/kotlin-dsl/CargoStep.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,12 @@
The number of jobs to run in parallel
</description>
</param>

<param name="cargo-run-release" dslName="release" type="boolean" trueValue="true" falseValue="">
<description>
Build artifacts in release mode, with optimizations
</description>
</param>
</option>

<option name="rustdoc" value="rustdoc">
Expand Down

0 comments on commit 9c09a7e

Please sign in to comment.