1 Commits

Author SHA1 Message Date
Himadri Bhattacharjee
33748c85b8 deps: adb_client fix has been merged upstream 2025-12-27 15:10:25 +05:30
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@@ -110,8 +110,9 @@ dependencies = [
[[package]]
name = "adb_client"
version = "2.1.18"
source = "git+https://github.com/lavafroth/adb_client?branch=with-read-timeout#f69a3d8a1aa58713e899a8d07ba13588027390e9"
version = "2.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "517ba09db77302f5326492b7f0b9cb99fdf1b4c58f1b749a00f081195cf52949"
dependencies = [
"base64",
"bincode",

View File

@@ -7,7 +7,7 @@ edition = "2024"
strip = true
[dependencies]
adb_client = {version = "2.1.18", git = "https://github.com/lavafroth/adb_client", branch = "with-read-timeout"}
adb_client = { version = "2.1.18" }
# TODO: drop x11 support when wayland adoption increases. Will decrease binary size
eframe = {version = "0.33.2", features = ["accesskit", "default_fonts", "glow", "wayland", "x11"] }
egui = "0.33.2"