Skip to content

Commit

Permalink
feat: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cocool97 committed Oct 25, 2024
1 parent 479d2d9 commit 266265c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion adb_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 266265c

Please sign in to comment.