Skip to content

Commit

Permalink
pin clap dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wahl <[email protected]>
  • Loading branch information
mfelsche committed Dec 16, 2021
1 parent 37158a8 commit 3bcfe47
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 10 deletions.
59 changes: 51 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tremor-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ pretty_assertions = "1.0.0"
[dependencies]
anyhow = "1"
async-std = { version = "1.10", features = ["unstable"] }
clap = { version = "3.0.0-beta.5", features = ["yaml", "color"] }
clap_generate = "3.0.0-beta.5"
clap = { version = "=3.0.0-beta.5", features = ["yaml", "color"] }
clap_generate = "=3.0.0-beta.5"
difference = "2"
dirs-next = "2"
env_logger = "0.9.0"
Expand Down

0 comments on commit 3bcfe47

Please sign in to comment.