Skip to content

Commit

Permalink
update treediff
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Feb 3, 2024
1 parent b384a06 commit c08b7bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde_yaml = "0.9.31"
substring = "1.4.5"
tempfile = "3.9.0"
thiserror = "1.0.56"
treediff = { git = "https://github.com/glehmann/treediff-rs.git", branch = "serde-yaml-09", features = ["with-serde-yaml"] }
treediff = { version = "4.0.3", features = ["with-serde-yaml"] }

[build-dependencies]
clap = { version = "4.4.18", features = ["derive", "env", "wrap_help"] }
Expand Down

0 comments on commit c08b7bf

Please sign in to comment.