about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>2016-04-27 10:47:46 +0200
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>2016-04-27 10:47:46 +0200
commit5cdcad9d357aa59ce0423b4f68cb9386310aba73 (patch)
tree0ae448c79e3c7c41d290d68621edf81d36a48f39
parentd3c489c917c1086728001c94a98765e02171a201 (diff)
downloadrust-5cdcad9d357aa59ce0423b4f68cb9386310aba73.tar.gz
rust-5cdcad9d357aa59ce0423b4f68cb9386310aba73.zip
update Cargo.toml for rustbuild
-rw-r--r--src/librustc_passes/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_passes/Cargo.toml b/src/librustc_passes/Cargo.toml
index fa6bd3dfb67..0c85ffd2e9c 100644
--- a/src/librustc_passes/Cargo.toml
+++ b/src/librustc_passes/Cargo.toml
@@ -12,4 +12,5 @@ crate-type = ["dylib"]
 log = { path = "../liblog" }
 rustc = { path = "../librustc" }
 rustc_const_eval = { path = "../librustc_const_eval" }
+rustc_const_math = { path = "../librustc_const_math" }
 syntax = { path = "../libsyntax" }