Skip to content

Commit

Permalink
Upgrade clap, update dependencies, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zummenix committed Oct 2, 2022
1 parent deaa9a2 commit 0483438
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 80 deletions.
114 changes: 52 additions & 62 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 = "mprovision"
version = "6.5.0"
version = "6.6.0"
authors = ["Aleksey Kuznetsov <zummenix@gmail.com>"]
edition = "2021"
autobins = false
Expand All @@ -15,7 +15,7 @@ test = true
plist = "1.3"
time = { version = "0.3.14", features = ["formatting", "macros"] }
memmem = "0.1"
clap = { version = "3", features = ["derive"] }
clap = { version = "4.0", features = ["derive"] }
dirs = "4.0"
serde = { version = "1.0", features = ["derive"] }
rayon = "1.5"
Expand Down
Loading

0 comments on commit 0483438

Please sign in to comment.