From 2e85d4f186ef627ad379cfe53efe699e4877a28a Mon Sep 17 00:00:00 2001 From: Sashanoraa Date: Sun, 4 May 2025 13:45:44 -0400 Subject: [PATCH] Switch adb_client back to the rayhunter branch We've confirmed nusb works so I've merged it into the rayhunter branch. --- Cargo.lock | 2 +- installer/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1e6476..bf4d4be 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?branch=nusb#287f926f13ef85ac8ce8672d1996f9d12366e5cd" +source = "git+https://github.com/gaykitty/adb_client.git?branch=rayhunter#dcaabe0c7656e3a0f1842d806f544e1a08821d5a" dependencies = [ "async-io", "base64", diff --git a/installer/Cargo.toml b/installer/Cargo.toml index c6bacf2..7a84cfd 100644 --- a/installer/Cargo.toml +++ b/installer/Cargo.toml @@ -25,6 +25,6 @@ tokio-stream = "0.1.17" [dependencies.adb_client] # path = "../../adb_client/adb_client" git = "https://github.com/gaykitty/adb_client.git" -branch = "nusb" +branch = "rayhunter" default-features = false features = ["usb"]