Skip to content

Commit

Permalink
feat: bump Cargo.toml(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocool97 committed Oct 25, 2024
1 parent 9c3ad8c commit 576e82d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition = "2021"
license = "MIT"
repository = "https://github.com/cocool97/adb_client"
version = "1.0.7"
keywords = ["adb", "android"]

# To build locally when working on a new version
[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
@@ -1,7 +1,7 @@
[package]
description = "Rust ADB (Android Debug Bridge) CLI"
edition.workspace = true
keywords = ["adb", "android"]
keywords.workspace = true
license.workspace = true
name = "adb_cli"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion adb_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Rust ADB (Android Debug Bridge) client library"
edition.workspace = true
keywords = ["adb", "android"]
keywords.workspace = true
license.workspace = true
name = "adb_client"
readme = "README.md"
Expand Down

0 comments on commit 576e82d

Please sign in to comment.