deps: revert to flutter_rust_bridge 1.80.1 (1.82.6 needs Rust-side migration); keep Linux sed-patches
This commit is contained in:
@@ -19,7 +19,7 @@ env:
|
|||||||
FLUTTER_VERSION: "3.24.5"
|
FLUTTER_VERSION: "3.24.5"
|
||||||
VCPKG_COMMIT_ID: "120deac3062162151622ca4860575a33844ba10b"
|
VCPKG_COMMIT_ID: "120deac3062162151622ca4860575a33844ba10b"
|
||||||
CARGO_EXPAND_VERSION: "1.0.95"
|
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_BASE: "1.4.6"
|
||||||
VERSION_SUFFIX: ${{ inputs.version_suffix || 'cst' }}
|
VERSION_SUFFIX: ${{ inputs.version_suffix || 'cst' }}
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ env:
|
|||||||
FLUTTER_VERSION: "3.24.5"
|
FLUTTER_VERSION: "3.24.5"
|
||||||
VCPKG_COMMIT_ID: "120deac3062162151622ca4860575a33844ba10b"
|
VCPKG_COMMIT_ID: "120deac3062162151622ca4860575a33844ba10b"
|
||||||
CARGO_EXPAND_VERSION: "1.0.95"
|
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 <major>.<minor>.<patch>.
|
# Numeric base, must match Cargo.toml's <major>.<minor>.<patch>.
|
||||||
# MSI ProductVersion is forced to this (Windows Installer rejects non-numeric).
|
# MSI ProductVersion is forced to this (Windows Installer rejects non-numeric).
|
||||||
VERSION_BASE: "1.4.6"
|
VERSION_BASE: "1.4.6"
|
||||||
|
|||||||
+1
-1
@@ -68,7 +68,7 @@ num_cpus = "1.15"
|
|||||||
bytes = { version = "1.4", features = ["serde"] }
|
bytes = { version = "1.4", features = ["serde"] }
|
||||||
default-net = "0.14"
|
default-net = "0.14"
|
||||||
wol-rs = "1.0"
|
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"
|
errno = "0.3"
|
||||||
rdev = { git = "https://github.com/rustdesk-org/rdev" }
|
rdev = { git = "https://github.com/rustdesk-org/rdev" }
|
||||||
url = { version = "2.3", features = ["serde"] }
|
url = { version = "2.3", features = ["serde"] }
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ dependencies:
|
|||||||
image_picker: ^1.1.2
|
image_picker: ^1.1.2
|
||||||
image: ^4.0.17
|
image: ^4.0.17
|
||||||
back_button_interceptor: ^6.0.1
|
back_button_interceptor: ^6.0.1
|
||||||
flutter_rust_bridge: "1.82.6"
|
flutter_rust_bridge: "1.80.1"
|
||||||
window_manager:
|
window_manager:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/rustdesk-org/window_manager
|
url: https://github.com/rustdesk-org/window_manager
|
||||||
@@ -95,7 +95,7 @@ dependencies:
|
|||||||
git:
|
git:
|
||||||
url: https://github.com/rustdesk-org/flutter_gpu_texture_renderer
|
url: https://github.com/rustdesk-org/flutter_gpu_texture_renderer
|
||||||
ref: 08a471bb8ceccdd50483c81cdfa8b81b07b14b87
|
ref: 08a471bb8ceccdd50483c81cdfa8b81b07b14b87
|
||||||
uuid: ^4.5.3
|
uuid: ^3.0.7
|
||||||
auto_size_text_field: ^2.2.1
|
auto_size_text_field: ^2.2.1
|
||||||
flex_color_picker: ^3.3.0
|
flex_color_picker: ^3.3.0
|
||||||
dynamic_layouts:
|
dynamic_layouts:
|
||||||
|
|||||||
Reference in New Issue
Block a user