Skip to content

Commit e0d170e

Browse files
committed
cli: Use latest version
1 parent 345af63 commit e0d170e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-structural-diff-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "json-structural-diff-cli"
1818
[dependencies]
1919
clap = "^2.33"
2020
console = "^0.13"
21-
json-structural-diff = { path = "..", features=["colorize"]}
21+
json-structural-diff = { path = "..", version = "0.2.0", features=["colorize"]}
2222
rayon = "^1.5"
2323
serde_json = "^1.0"
2424
walkdir = "^2.3"

0 commit comments

Comments
 (0)