Skip to content

Commit

Permalink
Bump clap version to get working multi-args.
Browse files Browse the repository at this point in the history
On the 3.0 beta, --function foo --function bar complained about multiple occurrences.
  • Loading branch information
bittrance committed Jan 23, 2022
1 parent 9111042 commit 0b98960
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 39 deletions.
46 changes: 9 additions & 37 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aztail"
version = "0.1.0"
version = "0.8.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -14,7 +14,7 @@ azure_svc_applicationinsights = { git = "https://github.com/Azure/azure-sdk-for-
azure_svc_operationalinsights = { git = "https://github.com/Azure/azure-sdk-for-rust", rev = "21e23649" }
chrono = "0.4"
chrono-english = "0.1"
clap = "3.0.0-beta.5"
clap = { version = "3.0", features = [ "derive" ] }
colored = "2.0"
futures = "0.3"
itertools = "0.10"
Expand Down

0 comments on commit 0b98960

Please sign in to comment.