From 9c09a7eae66ccf6a59a772cecd0300bd4f3a771e Mon Sep 17 00:00:00 2001 From: "evgeny.bovykin" Date: Thu, 12 Nov 2020 17:22:49 +0300 Subject: [PATCH] fix(versioned-settings) Add missing `cargo-run-release` property to Kotlin DSL --- plugin-rust-server/kotlin-dsl/CargoStep.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugin-rust-server/kotlin-dsl/CargoStep.xml b/plugin-rust-server/kotlin-dsl/CargoStep.xml index 2e6fe14..da94a1e 100644 --- a/plugin-rust-server/kotlin-dsl/CargoStep.xml +++ b/plugin-rust-server/kotlin-dsl/CargoStep.xml @@ -328,6 +328,12 @@ The number of jobs to run in parallel + + + + Build artifacts in release mode, with optimizations + +