Drop outdated hamcrest dependency
authorAlex Crichton <alex@alexcrichton.com>
Thu, 1 Mar 2018 18:14:17 +0000 (10:14 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 1 Mar 2018 19:03:54 +0000 (11:03 -0800)
commit2a063798eb2a77e374dbe40af25ad25777678f1f
treef41ec58efd96e104fdd2df2f9655bed7d1541dad
parentde70bc01dbf1414b7022ea2a1590c13fce3a4ad3
Drop outdated hamcrest dependency

This hasn't been updated in awhile and in general we've been barely using it.
This drops the outdated dependency and vendors a small amount of the
functionality that it provided. I think eventually we'll want to transition away
from this method of assertions but I wanted to get this piece in to avoid too
much churn in one commit.
Cargo.toml
tests/testsuite/build_lib.rs
tests/testsuite/cargotest/install.rs
tests/testsuite/cargotest/support/mod.rs
tests/testsuite/check.rs
tests/testsuite/hamcrest.rs [new file with mode: 0644]
tests/testsuite/lib.rs
tests/testsuite/package.rs
tests/testsuite/rename_deps.rs
tests/testsuite/required_features.rs
tests/testsuite/resolve.rs