mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-18 10:29:44 -07:00
Switch to having the rev for adb_client in Cargo.toml
This commit is contained in:
committed by
Cooper Quintin
parent
fce30a78a2
commit
1c4e9b8499
@@ -23,15 +23,13 @@ tokio-retry2 = "0.5.7"
|
||||
tokio-stream = "0.1.17"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies.adb_client]
|
||||
# path = "../../adb_client/adb_client"
|
||||
git = "https://github.com/gaykitty/adb_client.git"
|
||||
branch = "rayhunter"
|
||||
rev = "1fb0f4f5cbcc95bbbb98db4ee2f1e53a1005aa81"
|
||||
default-features = false
|
||||
features = ["trans-nusb"]
|
||||
|
||||
[target.'cfg(any(target_os = "windows", target_os = "macos"))'.dependencies.adb_client]
|
||||
# path = "../../adb_client/adb_client"
|
||||
git = "https://github.com/gaykitty/adb_client.git"
|
||||
branch = "rayhunter"
|
||||
rev = "1fb0f4f5cbcc95bbbb98db4ee2f1e53a1005aa81"
|
||||
default-features = false
|
||||
features = ["trans-libusb"]
|
||||
|
||||
Reference in New Issue
Block a user