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
+1 -1
View File
@@ -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"]