diff --git a/Cargo.lock b/Cargo.lock index c673349..c245be4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "aho-corasick" @@ -141,7 +141,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "json-structural-diff" -version = "0.1.0" +version = "0.2.0" dependencies = [ "console 0.15.8", "difflib", @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "json-structural-diff-cli" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "console 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index 32225d1..6feda9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "json-structural-diff" -version = "0.1.0" +version = "0.2.0" authors = ["Luni-4 "] description = "A Rust JSON structural diff library" repository = "https://github.com/Luni-4/json-structural-diff" diff --git a/json-structural-diff-cli/Cargo.toml b/json-structural-diff-cli/Cargo.toml index 5d04132..312ff0a 100644 --- a/json-structural-diff-cli/Cargo.toml +++ b/json-structural-diff-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "json-structural-diff-cli" -version = "0.1.0" +version = "0.2.0" authors = ["Luni-4 "] description = "A Rust JSON structural diff cli" repository = "https://github.com/Luni-4/json-structural-diff"