Skip to content

Commit

Permalink
cli: Use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Dec 9, 2024
1 parent 345af63 commit e0d170e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json-structural-diff-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "json-structural-diff-cli"
[dependencies]
clap = "^2.33"
console = "^0.13"
json-structural-diff = { path = "..", features=["colorize"]}
json-structural-diff = { path = "..", version = "0.2.0", features=["colorize"]}
rayon = "^1.5"
serde_json = "^1.0"
walkdir = "^2.3"

0 comments on commit e0d170e

Please sign in to comment.