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_session | |
| parent | 47197d69ab12be03915ecaac09b80896633857dd (diff) | |
Make things build again
Diffstat (limited to 'src/librustc_session')
| -rw-r--r-- | src/librustc_session/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_session/Cargo.toml b/src/librustc_session/Cargo.toml index 705c115cf3c..4d57c6384dd 100644 --- a/src/librustc_session/Cargo.toml +++ b/src/librustc_session/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4" rustc_errors = { path = "../librustc_errors" } rustc_feature = { path = "../librustc_feature" } rustc_target = { path = "../librustc_target" } -rustc_serialize = { path = "../libserialize", package = "serialize" } +rustc_serialize = { path = "../librustc_serialize" } rustc_data_structures = { path = "../librustc_data_structures" } rustc_span = { path = "../librustc_span" } rustc_fs_util = { path = "../librustc_fs_util" } |
