Mercurial > python-compiler.rs
diff Cargo.lock @ 93:c06d12a81637
Better test failure. Use assert_diff! instead of assert_eq! so we can actually see what the differences are.
author | Bastien Orivel <eijebong@bananium.fr> |
---|---|
date | Tue, 14 Jun 2016 02:53:29 +0200 |
parents | 211b0df72e64 |
children |
line wrap: on
line diff
--- a/Cargo.lock +++ b/Cargo.lock @@ -3,6 +3,7 @@ name = "python-compiler" version = "0.0.1" dependencies = [ "cpython 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "difference 0.4.1 (git+https://github.com/johannhof/difference.rs.git)", ] [[package]] @@ -31,6 +32,19 @@ dependencies = [ ] [[package]] +name = "difference" +version = "0.4.1" +source = "git+https://github.com/johannhof/difference.rs.git#d5b2ad5b9670b9b1e097113bb60c13894b94e33a" +dependencies = [ + "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "getopts" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] name = "interpolate_idents" version = "0.0.10" source = "registry+https://github.com/rust-lang/crates.io-index"