diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-02-26 09:07:16 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-03-11 10:59:28 -0700 |
| commit | 994bfd414138e623f315f4273841b9f006ac72ee (patch) | |
| tree | 55d54030a429044706fae052c2d72e857d8320f5 /src/tools | |
| parent | fedce67cd21dc08ece5a484fe1a060346acac98a (diff) | |
| download | rust-994bfd414138e623f315f4273841b9f006ac72ee.tar.gz rust-994bfd414138e623f315f4273841b9f006ac72ee.zip | |
Update Cargo submodule
Required moving all fulldeps tests depending on `rand` to different locations as now there's multiple `rand` crates that can't be implicitly linked against.
Diffstat (limited to 'src/tools')
| m--------- | src/tools/cargo | 0 | ||||
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/cargo b/src/tools/cargo -Subproject 1d6dfea44f97199d5d5c177c7dadcde393eaff9 +Subproject 5f83bb4044f32b60d06717c609610f67411fc67 diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 72414c2a53e..22c6af28cea 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -91,6 +91,7 @@ static WHITELIST: &'static [Crate] = &[ Crate("redox_termios"), Crate("regex"), Crate("regex-syntax"), + Crate("remove_dir_all"), Crate("rustc-demangle"), Crate("smallvec"), Crate("stable_deref_trait"), @@ -99,6 +100,7 @@ static WHITELIST: &'static [Crate] = &[ Crate("terminon"), Crate("termion"), Crate("thread_local"), + Crate("ucd-util"), Crate("unicode-width"), Crate("unreachable"), Crate("utf8-ranges"), |
