From 266265ca357ff1229ab8e6fded44c65ec5850638 Mon Sep 17 00:00:00 2001 From: LIAUD Corentin Date: Fri, 25 Oct 2024 18:13:11 +0200 Subject: [PATCH] feat: v2.0.0 --- Cargo.toml | 2 +- adb_cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6031fe8..11269f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/adb_cli/Cargo.toml b/adb_cli/Cargo.toml index 25f027c..6d5848c 100644 --- a/adb_cli/Cargo.toml +++ b/adb_cli/Cargo.toml @@ -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" }