Switch adb_client back to the rayhunter branch

We've confirmed nusb works so I've merged it into the rayhunter branch.
This commit is contained in:
Sashanoraa
2025-05-04 13:45:44 -04:00
committed by Cooper Quintin
parent e3acfe9144
commit 2e85d4f186
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -5,7 +5,7 @@ version = 4
[[package]] [[package]]
name = "adb_client" name = "adb_client"
version = "2.1.11" 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 = [ dependencies = [
"async-io", "async-io",
"base64", "base64",

View File

@@ -25,6 +25,6 @@ tokio-stream = "0.1.17"
[dependencies.adb_client] [dependencies.adb_client]
# path = "../../adb_client/adb_client" # path = "../../adb_client/adb_client"
git = "https://github.com/gaykitty/adb_client.git" git = "https://github.com/gaykitty/adb_client.git"
branch = "nusb" branch = "rayhunter"
default-features = false default-features = false
features = ["usb"] features = ["usb"]