Update Cargo.toml

This commit is contained in:
nora 2021-09-04 17:15:42 +02:00 committed by GitHub
parent 69832423b4
commit 48c10805b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
[package] [package]
name = "jsonformat" name = "jsonformat"
version = "1.0.1" version = "1.2.0"
authors = ["Nilstrieb <nilstrieb@gmail.com>"] authors = ["Nilstrieb <nilstrieb@gmail.com>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"
@ -34,4 +34,4 @@ required-features = ["bin"]
[[bench]] [[bench]]
name = "bench" name = "bench"
harness = false harness = false