Skip to content

Commit

Permalink
Update clap to 3.0 rc9 (#2)
Browse files Browse the repository at this point in the history
* Bumping version of clap used so that automatic use of newer versions won't break the build.
* Update version and dependencies.
  • Loading branch information
tfenne authored Dec 29, 2021
1 parent 0534a3f commit d90b366
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 53 deletions.
81 changes: 31 additions & 50 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "guide-counter"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Tim Fennell"]
license = "MIT"
Expand All @@ -18,7 +18,7 @@ codegen-units = 1
[dependencies]
ahash = "0.7.6"
anyhow = "1.0.48"
clap = "3.0.0-beta.5"
clap = { version = "3.0.0-rc.9", features = ["derive"] }
csv = "1.1.5"
enum_dispatch = "0.3.7"
env_logger = "0.8.2"
Expand All @@ -31,4 +31,4 @@ regex = "1.5.4"
serde = { version = "1.0.123", features = ["derive"] }

[dev-dependencies]
tempfile = "3.2.0"
tempfile = "3.2.0"

0 comments on commit d90b366

Please sign in to comment.