Skip to content

Commit dc1bd16

Browse files
committed
cli: Remove json-structural-diff version
1 parent 3afea07 commit dc1bd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-structural-diff-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "..", version = "0.1.0", features=["colorize"]}
21+
json-structural-diff = { path = "..", features=["colorize"]}
2222
rayon = "^1.5"
2323
serde_json = "^1.0"
2424
walkdir = "^2.3"

0 commit comments

Comments
 (0)