Mercurial > python-compiler.rs
comparison 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 |
comparison
equal
deleted
inserted
replaced
92:7977a52c3202 | 93:c06d12a81637 |
---|---|
1 [root] | 1 [root] |
2 name = "python-compiler" | 2 name = "python-compiler" |
3 version = "0.0.1" | 3 version = "0.0.1" |
4 dependencies = [ | 4 dependencies = [ |
5 "cpython 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 5 "cpython 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
6 "difference 0.4.1 (git+https://github.com/johannhof/difference.rs.git)", | |
6 ] | 7 ] |
7 | 8 |
8 [[package]] | 9 [[package]] |
9 name = "abort_on_panic" | 10 name = "abort_on_panic" |
10 version = "1.0.0" | 11 version = "1.0.0" |
27 "interpolate_idents 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", | 28 "interpolate_idents 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
28 "libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | 29 "libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
29 "num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | 30 "num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", |
30 "python3-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 31 "python3-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
31 ] | 32 ] |
33 | |
34 [[package]] | |
35 name = "difference" | |
36 version = "0.4.1" | |
37 source = "git+https://github.com/johannhof/difference.rs.git#d5b2ad5b9670b9b1e097113bb60c13894b94e33a" | |
38 dependencies = [ | |
39 "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
40 ] | |
41 | |
42 [[package]] | |
43 name = "getopts" | |
44 version = "0.2.14" | |
45 source = "registry+https://github.com/rust-lang/crates.io-index" | |
32 | 46 |
33 [[package]] | 47 [[package]] |
34 name = "interpolate_idents" | 48 name = "interpolate_idents" |
35 version = "0.0.10" | 49 version = "0.0.10" |
36 source = "registry+https://github.com/rust-lang/crates.io-index" | 50 source = "registry+https://github.com/rust-lang/crates.io-index" |