Skip to content

Commit

Permalink
Revert D68497030: Upgrade clap* packages
Browse files Browse the repository at this point in the history
Differential Revision:
D68497030

Original commit changeset: 026bfd0d4f5c

Original Phabricator Diff: D68497030

fbshipit-source-id: b1c21b510419f809700992f0e58baaf18949708e
  • Loading branch information
Will Li authored and facebook-github-bot committed Jan 24, 2025
1 parent 31dd629 commit bc00143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions below/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ unit-scripts = "../etc"
[dependencies]
anyhow = "1.0.95"
cgroupfs = { version = "0.8.1", path = "cgroupfs" }
clap = { version = "4.5.27", features = ["derive", "env", "string", "unicode", "wrap_help"] }
clap_complete = "4.5.42"
clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] }
clap_complete = "4.5.33"
common = { package = "below-common", version = "0.8.1", path = "common" }
config = { package = "below-config", version = "0.8.1", path = "config" }
cursive = { version = "0.20.0", features = ["crossterm-backend"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion below/dump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.95"
below_derive = { version = "0.8.1", path = "../below_derive" }
clap = { version = "4.5.27", features = ["derive", "env", "string", "unicode", "wrap_help"] }
clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] }
common = { package = "below-common", version = "0.8.1", path = "../common" }
enum-iterator = "1.4.1"
model = { package = "below-model", version = "0.8.1", path = "../model" }
Expand Down

0 comments on commit bc00143

Please sign in to comment.