Skip to content

Commit 5b8598c

Browse files
committed
---
yaml --- r: 138387 b: refs/heads/master c: 8851ec6 h: refs/heads/master i: 138385: bdc9c7e 138383: 9e9593a v: v3
1 parent 48e3467 commit 5b8598c

File tree

371 files changed

+13435
-1594
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

371 files changed

+13435
-1594
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 6ef8392b3fd5f81165f1b4637a94c7c226420070
2+
refs/heads/master: 8851ec647a40cabce60db23ae86318f3260a8206
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5

trunk/mk/crates.mk

Lines changed: 9 additions & 4 deletions
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 term \
53-
serialize sync getopts collections test time rand \
54-
log regex graphviz core rbml rlibc alloc rustrt \
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 \
5555
unicode
56-
HOST_CRATES := syntax rustc rustdoc regex_macros fmt_macros \
56+
HOST_CRATES := syntax rustc rustdoc fourcc hexfloat regex_macros fmt_macros \
5757
rustc_llvm rustc_back
5858
CRATES := $(TARGET_CRATES) $(HOST_CRATES)
5959
TOOLS := compiletest rustdoc rustc
@@ -83,13 +83,18 @@ 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
8688
DEPS_sync := core alloc rustrt collections
8789
DEPS_getopts := std
8890
DEPS_collections := core alloc unicode
91+
DEPS_fourcc := rustc syntax std
92+
DEPS_hexfloat := rustc syntax std
8993
DEPS_num := std
9094
DEPS_test := std getopts serialize rbml term time regex native:rust_test_helpers
9195
DEPS_time := std serialize
9296
DEPS_rand := core
97+
DEPS_url := std
9398
DEPS_log := std regex
9499
DEPS_regex := std
95100
DEPS_regex_macros = rustc syntax std regex

0 commit comments

Comments
 (0)