Skip to content

Commit 5e837ae

Browse files
committed
chore: align to AutoDev Coder to publish 0.4.0 version
1 parent a2b7ac0 commit 5e837ae

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ allprojects {
2828
}
2929

3030
group = "cc.unitmesh"
31-
version = "0.3.3"
31+
version = "0.4.0"
3232

3333
java.sourceCompatibility = JavaVersion.VERSION_11
3434
java.targetCompatibility = JavaVersion.VERSION_11

unit-picker/src/main/kotlin/cc/unitmesh/pick/builder/unittest/rust/RustTestCodeService.kt

+1-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,5 @@ class RustTestCodeService(val job: JobContext) : UnitTestService {
7171
return "$pkg::$funcName"
7272
}
7373

74-
override fun build(dataStruct: CodeDataStruct): List<TypedTestIns> {
75-
return emptyList()
76-
}
74+
override fun build(dataStruct: CodeDataStruct): List<TypedTestIns> = emptyList()
7775
}

0 commit comments

Comments
 (0)