mirror of https://github.com/ospab/ostp.git
Upgrade Flutter to 3.41.6 in CI to support Kotlin DSL
This commit is contained in:
parent
ddb9ac2123
commit
aeba340405
|
|
@ -337,7 +337,7 @@ jobs:
|
|||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.19.0'
|
||||
flutter-version: '3.41.6'
|
||||
channel: 'stable'
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
|
|
|
|||
|
|
@ -2632,7 +2632,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ostp-client"
|
||||
version = "0.2.53"
|
||||
version = "0.2.58"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.22.1",
|
||||
|
|
@ -2662,7 +2662,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ostp-core"
|
||||
version = "0.2.53"
|
||||
version = "0.2.58"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
|
|
|
|||
Loading…
Reference in New Issue