Skip to content

Commit

Permalink
patch name in incremental's Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Apr 6, 2016
1 parent 06cb2e9 commit 7d6e369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion mk/crates.mk
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ DEPS_rustc_data_structures := std log serialize
DEPS_rustc_driver := arena flate getopts graphviz libc rustc rustc_back rustc_borrowck \
rustc_typeck rustc_mir rustc_resolve log syntax serialize rustc_llvm \
rustc_trans rustc_privacy rustc_lint rustc_front rustc_plugin \
rustc_metadata syntax_ext rustc_passes rustc_save_analysis rustc_const_eval
rustc_metadata syntax_ext rustc_passes rustc_save_analysis rustc_const_eval \
rustc_incremental
DEPS_rustc_front := std syntax log serialize
DEPS_rustc_lint := rustc log syntax rustc_const_eval
DEPS_rustc_llvm := native:rustllvm libc std rustc_bitflags
Expand Down
4 changes: 2 additions & 2 deletions src/librustc_incremental/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_serialize"
name = "rustc_incremental"
version = "0.0.0"

[lib]
name = "rustc_serialize"
name = "rustc_incremental"
path = "lib.rs"
crate-type = ["dylib"]

Expand Down

0 comments on commit 7d6e369

Please sign in to comment.