Skip to content

Commit

Permalink
Pull in experimental diffr update
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 26, 2019
1 parent d12a3b5 commit c2c7a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = ["screenshots/*"]
readme = "README.md"

[dependencies]
diffr-lib = "=0.1.2"
diffr-lib = { version = "=0.1.2", git = "https://github.com/mookid/diffr", branch = "best-lcs" }
glob = "0.3"
lazy_static = "1.3"
serde = { version = "1.0.103", features = ["derive"] }
Expand Down

0 comments on commit c2c7a98

Please sign in to comment.