johannhof / difference.rs

Rust text diffing and assertion library
https://docs.rs/difference
MIT License
242 stars 33 forks source link

README and Cargo.toml point to outdated docs #31

Open epage opened 6 years ago

epage commented 6 years ago

If I follow them, I'm taken to: https://johannhof.github.io/difference.rs with

[dependencies]
difference = "0.4"

If I instead go to https://docs.rs/difference/2.0.0/difference/ I get

[dependencies]
difference = "2.0"