mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-25 09:14:46 -07:00
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:
committed by
Cooper Quintin
parent
e3acfe9144
commit
2e85d4f186
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||||
|
|||||||
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user