From 6021ef801e7eb3b83dec6c030635bde6ab12ae3b Mon Sep 17 00:00:00 2001 From: Mike Mueller Date: Tue, 5 May 2026 21:04:33 +0200 Subject: [PATCH] deps: revert to flutter_rust_bridge 1.80.1 (1.82.6 needs Rust-side migration); keep Linux sed-patches --- .gitea/workflows/build-linux.yml | 2 +- .gitea/workflows/build-windows.yml | 2 +- Cargo.toml | 2 +- flutter/pubspec.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build-linux.yml b/.gitea/workflows/build-linux.yml index db3eade0c..458578d85 100644 --- a/.gitea/workflows/build-linux.yml +++ b/.gitea/workflows/build-linux.yml @@ -19,7 +19,7 @@ env: FLUTTER_VERSION: "3.24.5" VCPKG_COMMIT_ID: "120deac3062162151622ca4860575a33844ba10b" CARGO_EXPAND_VERSION: "1.0.95" - FLUTTER_RUST_BRIDGE_VERSION: "1.82.6" + FLUTTER_RUST_BRIDGE_VERSION: "1.80.1" VERSION_BASE: "1.4.6" VERSION_SUFFIX: ${{ inputs.version_suffix || 'cst' }} diff --git a/.gitea/workflows/build-windows.yml b/.gitea/workflows/build-windows.yml index 23a610729..9e826bfbd 100644 --- a/.gitea/workflows/build-windows.yml +++ b/.gitea/workflows/build-windows.yml @@ -19,7 +19,7 @@ env: FLUTTER_VERSION: "3.24.5" VCPKG_COMMIT_ID: "120deac3062162151622ca4860575a33844ba10b" CARGO_EXPAND_VERSION: "1.0.95" - FLUTTER_RUST_BRIDGE_VERSION: "1.82.6" + FLUTTER_RUST_BRIDGE_VERSION: "1.80.1" # Numeric base, must match Cargo.toml's ... # MSI ProductVersion is forced to this (Windows Installer rejects non-numeric). VERSION_BASE: "1.4.6" diff --git a/Cargo.toml b/Cargo.toml index 332a01bd8..fa22dcd7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ num_cpus = "1.15" bytes = { version = "1.4", features = ["serde"] } default-net = "0.14" wol-rs = "1.0" -flutter_rust_bridge = { version = "=1.82.6", features = ["uuid"], optional = true} +flutter_rust_bridge = { version = "=1.80", features = ["uuid"], optional = true} errno = "0.3" rdev = { git = "https://github.com/rustdesk-org/rdev" } url = { version = "2.3", features = ["serde"] } diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 8408c1685..eddf5a19d 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -50,7 +50,7 @@ dependencies: image_picker: ^1.1.2 image: ^4.0.17 back_button_interceptor: ^6.0.1 - flutter_rust_bridge: "1.82.6" + flutter_rust_bridge: "1.80.1" window_manager: git: url: https://github.com/rustdesk-org/window_manager @@ -95,7 +95,7 @@ dependencies: git: url: https://github.com/rustdesk-org/flutter_gpu_texture_renderer ref: 08a471bb8ceccdd50483c81cdfa8b81b07b14b87 - uuid: ^4.5.3 + uuid: ^3.0.7 auto_size_text_field: ^2.2.1 flex_color_picker: ^3.3.0 dynamic_layouts: