Skip to content

Commit bcf3464

Browse files
committed
auto merge of #14556 : sfackler/rust/kill-workcache, r=alexcrichton
This was only ever used by rustpkg and is very unmaintained. [breaking-change]
2 parents 2652ba1 + c56c286 commit bcf3464

File tree

2 files changed

+1
-537
lines changed

2 files changed

+1
-537
lines changed

mk/crates.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
TARGET_CRATES := libc std green rustuv native flate arena glob term semver \
5353
uuid serialize sync getopts collections num test time rand \
54-
workcache url log regex graphviz core rlibc alloc debug
54+
url log regex graphviz core rlibc alloc debug
5555
HOST_CRATES := syntax rustc rustdoc fourcc hexfloat regex_macros fmt_macros
5656
CRATES := $(TARGET_CRATES) $(HOST_CRATES)
5757
TOOLS := compiletest rustdoc rustc
@@ -88,7 +88,6 @@ DEPS_test := std collections getopts serialize term time regex
8888
DEPS_time := std serialize sync
8989
DEPS_rand := core
9090
DEPS_url := std collections
91-
DEPS_workcache := std serialize collections log
9291
DEPS_log := std sync
9392
DEPS_regex := std collections
9493
DEPS_regex_macros = syntax std regex

0 commit comments

Comments
 (0)