clap hotfix

This commit is contained in:
nora 2021-08-18 19:24:12 +02:00
parent 426fb16d7e
commit 18fd8700c7
2 changed files with 18 additions and 122 deletions

View file

@ -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"