Upgrade Flutter to 3.41.6 in CI to support Kotlin DSL

This commit is contained in:
ospab 2026-05-28 15:19:06 +03:00
parent ddb9ac2123
commit aeba340405
2 changed files with 3 additions and 3 deletions

View File

@ -337,7 +337,7 @@ jobs:
- name: Setup Flutter - name: Setup Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: '3.19.0' flutter-version: '3.41.6'
channel: 'stable' channel: 'stable'
- name: Setup Rust toolchain - name: Setup Rust toolchain

View File

@ -2632,7 +2632,7 @@ dependencies = [
[[package]] [[package]]
name = "ostp-client" name = "ostp-client"
version = "0.2.53" version = "0.2.58"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64 0.22.1", "base64 0.22.1",
@ -2662,7 +2662,7 @@ dependencies = [
[[package]] [[package]]
name = "ostp-core" name = "ostp-core"
version = "0.2.53" version = "0.2.58"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytes", "bytes",