From: lukaslueg Date: Fri, 10 Feb 2017 18:49:58 +0000 (+0100) Subject: Pinpoint hamcrest-dependency in cargotest to 0.1.1 X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~160^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d9f079db65c3b8b4c9a2fca46da0ca689afe4be5;p=cargo.git Pinpoint hamcrest-dependency in cargotest to 0.1.1 hamcrest 0.1 currently resolves to 0.1.3, which cargotest can't actually build with. Cargo's own dependency on =0.1.1 used to shadow the problem. --- diff --git a/tests/cargotest/Cargo.toml b/tests/cargotest/Cargo.toml index d33514b1d..55ef9643f 100644 --- a/tests/cargotest/Cargo.toml +++ b/tests/cargotest/Cargo.toml @@ -12,7 +12,7 @@ cargo = { path = "../.." } filetime = "0.1" flate2 = "0.2" git2 = { version = "0.6", default-features = false } -hamcrest = "0.1" +hamcrest = "=0.1.1" kernel32-sys = "0.2" libc = "0.2" log = "0.3"