Skip to content

Commit fb169d5

Browse files
committed
Remove a number of deprecated crates
All of these crates have been deprecated for some time and properly live in the rust-lang organization as cargo-based crates. To update your code, depend on the rust-lang/foo repository via cargo. [breaking-change]
1 parent c121cba commit fb169d5

File tree

12 files changed

+4
-8547
lines changed

12 files changed

+4
-8547
lines changed

mk/crates.mk

+4-9
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
# automatically generated for all stage/host/target combinations.
5050
################################################################################
5151

52-
TARGET_CRATES := libc std green native flate arena glob term semver \
53-
uuid serialize sync getopts collections num test time rand \
54-
url log regex graphviz core rbml rlibc alloc rustrt \
52+
TARGET_CRATES := libc std green native flate arena term \
53+
serialize sync getopts collections test time rand \
54+
log regex graphviz core rbml rlibc alloc rustrt \
5555
unicode
56-
HOST_CRATES := syntax rustc rustdoc fourcc hexfloat regex_macros fmt_macros \
56+
HOST_CRATES := syntax rustc rustdoc regex_macros fmt_macros \
5757
rustc_llvm rustc_back
5858
CRATES := $(TARGET_CRATES) $(HOST_CRATES)
5959
TOOLS := compiletest rustdoc rustc
@@ -83,18 +83,13 @@ DEPS_glob := std
8383
DEPS_serialize := std log
8484
DEPS_rbml := std log serialize
8585
DEPS_term := std log
86-
DEPS_semver := std
87-
DEPS_uuid := std serialize
8886
DEPS_sync := core alloc rustrt collections
8987
DEPS_getopts := std
9088
DEPS_collections := core alloc unicode
91-
DEPS_fourcc := rustc syntax std
92-
DEPS_hexfloat := rustc syntax std
9389
DEPS_num := std
9490
DEPS_test := std getopts serialize rbml term time regex native:rust_test_helpers
9591
DEPS_time := std serialize
9692
DEPS_rand := core
97-
DEPS_url := std
9893
DEPS_log := std regex
9994
DEPS_regex := std
10095
DEPS_regex_macros = rustc syntax std regex

src/libfourcc/lib.rs

-163
This file was deleted.

0 commit comments

Comments
 (0)