]> git.proxmox.com Git - cargo.git/commit
Auto merge of #3681 - lukaslueg:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 10 Feb 2017 20:20:35 +0000 (20:20 +0000)
committerbors <bors@rust-lang.org>
Fri, 10 Feb 2017 20:20:35 +0000 (20:20 +0000)
commitbbed786a655eca373f49641b42773fd14436661a
treef5d66d3b8521f3b63fe6b472194700085768bf83
parentc5679e21ef8c7deabce3911ce04ead338ff063be
parentd9f079db65c3b8b4c9a2fca46da0ca689afe4be5
Auto merge of #3681 - lukaslueg:master, r=alexcrichton

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.