update adb version which fixes adb key missing error. Fixes #330

This commit is contained in:
Cooper Quintin
2025-05-29 15:00:23 -07:00
committed by Cooper Quintin
parent 4ee504fed7
commit 58843413b5
5 changed files with 8 additions and 15 deletions
Generated
+1 -1
View File
@@ -5,7 +5,7 @@ version = 4
[[package]]
name = "adb_client"
version = "2.1.11"
source = "git+https://github.com/gaykitty/adb_client.git?rev=1fb0f4f5cbcc95bbbb98db4ee2f1e53a1005aa81#1fb0f4f5cbcc95bbbb98db4ee2f1e53a1005aa81"
source = "git+https://github.com/cooperq/adb_client.git?rev=88b3a3a24fe91d16101e44cebd84bd0ecc74ecdf#88b3a3a24fe91d16101e44cebd84bd0ecc74ecdf"
dependencies = [
"async-io",
"base64",