diff options
| author | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> | 2016-04-27 10:47:46 +0200 |
|---|---|---|
| committer | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> | 2016-04-27 10:47:46 +0200 |
| commit | 5cdcad9d357aa59ce0423b4f68cb9386310aba73 (patch) | |
| tree | 0ae448c79e3c7c41d290d68621edf81d36a48f39 | |
| parent | d3c489c917c1086728001c94a98765e02171a201 (diff) | |
| download | rust-5cdcad9d357aa59ce0423b4f68cb9386310aba73.tar.gz rust-5cdcad9d357aa59ce0423b4f68cb9386310aba73.zip | |
update Cargo.toml for rustbuild
| -rw-r--r-- | src/librustc_passes/Cargo.toml | 1 |
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" } |
