mirror of
https://github.com/Noratrieb/jsonformat.git
synced 2026-01-14 14:15:03 +01:00
clap hotfix
This commit is contained in:
parent
426fb16d7e
commit
18fd8700c7
2 changed files with 18 additions and 122 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jsonformat"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
authors = ["Nilstrieb <nilstrieb@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
|
|
@ -14,7 +14,7 @@ categories = ["command-line-utilities"]
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = { version= "3.0.0-beta.2", optional = true }
|
||||
clap = { version= "2.33.3", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue