about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2020-06-02 20:03:40 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2020-06-02 20:38:24 +0300
commit11d951492ce68ef692c1d9a77bebde22b57cf0c6 (patch)
tree6c7e429dc8c01f04428703bbd5eb03a5ab767a8b /src/librustc_codegen_ssa
parent47197d69ab12be03915ecaac09b80896633857dd (diff)
Make things build again
Diffstat (limited to 'src/librustc_codegen_ssa')
-rw-r--r--src/librustc_codegen_ssa/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_ssa/Cargo.toml b/src/librustc_codegen_ssa/Cargo.toml
index e8bfc87aef5..eeb6b4aabcf 100644
--- a/src/librustc_codegen_ssa/Cargo.toml
+++ b/src/librustc_codegen_ssa/Cargo.toml
@@ -19,7 +19,7 @@ libc = "0.2.50"
 jobserver = "0.1.11"
 tempfile = "3.1"
 
-rustc_serialize = { path = "../libserialize", package = "serialize" }
+rustc_serialize = { path = "../librustc_serialize" }
 rustc_ast = { path = "../librustc_ast" }
 rustc_span = { path = "../librustc_span" }
 rustc_middle = { path = "../librustc_middle" }