Skip to content

Commit c93c740

Browse files
mchernyavskyyopox
authored andcommitted
RUN: Bump minimal supported grcov version
1 parent aef006e commit c93c740

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/org/rust/cargo/toolchain/tools

1 file changed

+1
-1
lines changed

src/main/kotlin/org/rust/cargo/toolchain/tools/Cargo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ class Cargo(toolchain: RsToolchainBase, useWrapper: Boolean = false)
503503

504504
fun checkNeedInstallGrcov(project: Project): Boolean {
505505
val crateName = "grcov"
506-
val minVersion = SemVer.parseFromText("0.4.3")
506+
val minVersion = SemVer.parseFromText("0.7.0")
507507
return checkNeedInstallBinaryCrate(
508508
project,
509509
crateName,

0 commit comments

Comments
 (0)