From 5cdcad9d357aa59ce0423b4f68cb9386310aba73 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Wed, 27 Apr 2016 10:47:46 +0200 Subject: [PATCH] update Cargo.toml for rustbuild --- src/librustc_passes/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/librustc_passes/Cargo.toml b/src/librustc_passes/Cargo.toml index fa6bd3dfb67dd..0c85ffd2e9c39 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" }