mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-17 13:24:47 -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
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -5,7 +5,7 @@ version = 4
|
||||
[[package]]
|
||||
name = "adb_client"
|
||||
version = "2.1.11"
|
||||
source = "git+https://github.com/gaykitty/adb_client.git?branch=rayhunter#1fb0f4f5cbcc95bbbb98db4ee2f1e53a1005aa81"
|
||||
source = "git+https://github.com/gaykitty/adb_client.git?rev=1fb0f4f5cbcc95bbbb98db4ee2f1e53a1005aa81#1fb0f4f5cbcc95bbbb98db4ee2f1e53a1005aa81"
|
||||
dependencies = [
|
||||
"async-io",
|
||||
"base64",
|
||||
|
||||
@@ -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