Skip to content

Commit

Permalink
chore: fix deps for adb_cli
Browse files Browse the repository at this point in the history
  • Loading branch information
cocool97 committed Dec 18, 2024
1 parent 61408cb commit 331ef95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adb_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
version.workspace = true

[dependencies]
adb_client = { version = "*" }
adb_client = { version = "^2.0.0" }
anyhow = { version = "1.0.94" }
clap = { version = "4.5.23", features = ["derive"] }
env_logger = { version = "0.11.5" }
Expand Down

0 comments on commit 331ef95

Please sign in to comment.