mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-28 09:48:14 -07:00
Switch to the EFF org fork of adb_client
This commit is contained in:
Generated
+1
-1
@@ -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?rev=e732fc178a0eb237138e4091059ff5ffa241385a#e732fc178a0eb237138e4091059ff5ffa241385a"
|
source = "git+https://github.com/EFForg/adb_client.git?rev=e511662394e4fa32865c154c40f81a3d846f700c#e511662394e4fa32865c154c40f81a3d846f700c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-io",
|
"async-io",
|
||||||
"base64",
|
"base64",
|
||||||
|
|||||||
@@ -21,13 +21,13 @@ tokio-retry2 = "0.5.7"
|
|||||||
tokio-stream = "0.1.17"
|
tokio-stream = "0.1.17"
|
||||||
|
|
||||||
[target.'cfg(target_os = "linux")'.dependencies.adb_client]
|
[target.'cfg(target_os = "linux")'.dependencies.adb_client]
|
||||||
git = "https://github.com/gaykitty/adb_client.git"
|
git = "https://github.com/EFForg/adb_client.git"
|
||||||
rev = "e732fc178a0eb237138e4091059ff5ffa241385a"
|
rev = "e511662394e4fa32865c154c40f81a3d846f700c"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["trans-nusb"]
|
features = ["trans-nusb"]
|
||||||
|
|
||||||
[target.'cfg(any(target_os = "windows", target_os = "macos"))'.dependencies.adb_client]
|
[target.'cfg(any(target_os = "windows", target_os = "macos"))'.dependencies.adb_client]
|
||||||
git = "https://github.com/gaykitty/adb_client.git"
|
git = "https://github.com/EFForg/adb_client.git"
|
||||||
rev = "e732fc178a0eb237138e4091059ff5ffa241385a"
|
rev = "e511662394e4fa32865c154c40f81a3d846f700c"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["trans-libusb"]
|
features = ["trans-libusb"]
|
||||||
|
|||||||
Reference in New Issue
Block a user