From d36c1f10cd7da987fbe7d97e634d16a4bbe0fe82 Mon Sep 17 00:00:00 2001 From: Sashanoraa Date: Thu, 5 Jun 2025 20:22:14 -0400 Subject: [PATCH] Switch to the EFF org fork of adb_client --- Cargo.lock | 2 +- installer/Cargo.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 197a500..c3946f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,7 +5,7 @@ version = 4 [[package]] name = "adb_client" version = "2.1.11" -source = "git+https://github.com/gaykitty/adb_client.git?rev=e732fc178a0eb237138e4091059ff5ffa241385a#e732fc178a0eb237138e4091059ff5ffa241385a" +source = "git+https://github.com/EFForg/adb_client.git?rev=e511662394e4fa32865c154c40f81a3d846f700c#e511662394e4fa32865c154c40f81a3d846f700c" dependencies = [ "async-io", "base64", diff --git a/installer/Cargo.toml b/installer/Cargo.toml index fd3986b..622551d 100644 --- a/installer/Cargo.toml +++ b/installer/Cargo.toml @@ -21,13 +21,13 @@ tokio-retry2 = "0.5.7" tokio-stream = "0.1.17" [target.'cfg(target_os = "linux")'.dependencies.adb_client] -git = "https://github.com/gaykitty/adb_client.git" -rev = "e732fc178a0eb237138e4091059ff5ffa241385a" +git = "https://github.com/EFForg/adb_client.git" +rev = "e511662394e4fa32865c154c40f81a3d846f700c" default-features = false features = ["trans-nusb"] [target.'cfg(any(target_os = "windows", target_os = "macos"))'.dependencies.adb_client] -git = "https://github.com/gaykitty/adb_client.git" -rev = "e732fc178a0eb237138e4091059ff5ffa241385a" +git = "https://github.com/EFForg/adb_client.git" +rev = "e511662394e4fa32865c154c40f81a3d846f700c" default-features = false features = ["trans-libusb"]