Skip to content

Commit 931001a

Browse files
authored
chore(console): update to clap v3 stable (#247)
This branch updates the `tokio-console` CLI's `clap` dependency from 3.0.0-beta.5 to the new stable release of `clap` 3.0. Nothing important seems to have changed between beta.5 and the stable release, but it's nice to get off the beta.
1 parent 095b1ef commit 931001a

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
lines changed

Cargo.lock

Lines changed: 6 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

console/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ keywords = [
2828
[dependencies]
2929
atty = "0.2"
3030
console-api = { version = "0.1.0", path = "../console-api", features = ["transport"] }
31-
clap = { version = "3.0.0-beta.5", features = ["cargo", "derive", "env"] }
31+
clap = { version = "3", features = ["cargo", "derive", "env"] }
3232
tokio = { version = "1", features = ["full", "rt-multi-thread"] }
3333
tonic = { version = "0.6", features = ["transport"] }
3434
futures = "0.3"

0 commit comments

Comments
 (0)