From 48c10805b7e92adf49943faeedb56de66874cf9f Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Sat, 4 Sep 2021 17:15:42 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9247338..2575375 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonformat" -version = "1.0.1" +version = "1.2.0" authors = ["Nilstrieb "] edition = "2018" license = "MIT" @@ -34,4 +34,4 @@ required-features = ["bin"] [[bench]] name = "bench" -harness = false \ No newline at end of file +harness = false