feat: v2.0.0

This commit is contained in:
LIAUD Corentin
2024-10-25 18:13:11 +02:00
parent 479d2d9ade
commit 266265ca35
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ edition = "2021"
keywords = ["adb", "android", "tcp", "usb"]
license = "MIT"
repository = "https://github.com/cocool97/adb_client"
version = "1.0.7"
version = "2.0.0"
# To build locally when working on a new release
[patch.crates-io]

View File

@@ -9,7 +9,7 @@ repository.workspace = true
version.workspace = true
[dependencies]
adb_client = { version = "1.0.6" }
adb_client = { version = "2.0.0" }
anyhow = { version = "1.0.89" }
clap = { version = "4.5.18", features = ["derive"] }
env_logger = { version = "0.11.5" }