diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2020-06-02 20:03:40 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2020-06-02 20:38:24 +0300 |
| commit | 11d951492ce68ef692c1d9a77bebde22b57cf0c6 (patch) | |
| tree | 6c7e429dc8c01f04428703bbd5eb03a5ab767a8b /src/librustc_codegen_ssa | |
| parent | 47197d69ab12be03915ecaac09b80896633857dd (diff) | |
Make things build again
Diffstat (limited to 'src/librustc_codegen_ssa')
| -rw-r--r-- | src/librustc_codegen_ssa/Cargo.toml | 2 |
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" } |
