We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345af63 commit e0d170eCopy full SHA for e0d170e
json-structural-diff-cli/Cargo.toml
@@ -18,7 +18,7 @@ name = "json-structural-diff-cli"
18
[dependencies]
19
clap = "^2.33"
20
console = "^0.13"
21
-json-structural-diff = { path = "..", features=["colorize"]}
+json-structural-diff = { path = "..", version = "0.2.0", features=["colorize"]}
22
rayon = "^1.5"
23
serde_json = "^1.0"
24
walkdir = "^2.3"
0 commit comments