Skip to content

Commit 6d4042a

Browse files
committed
Bump rustc to stable for Kotlin CI
Due to: ``` error: package `clap v4.5.0` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.73.0 ```
1 parent 4c3cb41 commit 6d4042a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kotlin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
distribution: temurin
2121
java-version: 11
2222

23-
- name: Set default Rust version to 1.73.0
24-
run: rustup default 1.73.0
23+
- name: Set default Rust version to stable
24+
run: rustup default stable
2525

2626
- name: Show default version of NDK
2727
run: echo $ANDROID_NDK_ROOT

0 commit comments

Comments
 (0)