Skip to content

Commit 7d6e369

Browse files
committed
patch name in incremental's Cargo.toml
1 parent 06cb2e9 commit 7d6e369

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

mk/crates.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ DEPS_rustc_data_structures := std log serialize
105105
DEPS_rustc_driver := arena flate getopts graphviz libc rustc rustc_back rustc_borrowck \
106106
rustc_typeck rustc_mir rustc_resolve log syntax serialize rustc_llvm \
107107
rustc_trans rustc_privacy rustc_lint rustc_front rustc_plugin \
108-
rustc_metadata syntax_ext rustc_passes rustc_save_analysis rustc_const_eval
108+
rustc_metadata syntax_ext rustc_passes rustc_save_analysis rustc_const_eval \
109+
rustc_incremental
109110
DEPS_rustc_front := std syntax log serialize
110111
DEPS_rustc_lint := rustc log syntax rustc_const_eval
111112
DEPS_rustc_llvm := native:rustllvm libc std rustc_bitflags

src/librustc_incremental/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
authors = ["The Rust Project Developers"]
3-
name = "rustc_serialize"
3+
name = "rustc_incremental"
44
version = "0.0.0"
55

66
[lib]
7-
name = "rustc_serialize"
7+
name = "rustc_incremental"
88
path = "lib.rs"
99
crate-type = ["dylib"]
1010

0 commit comments

Comments
 (0)