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_data_structures | |
| parent | 47197d69ab12be03915ecaac09b80896633857dd (diff) | |
| download | rust-11d951492ce68ef692c1d9a77bebde22b57cf0c6.tar.gz rust-11d951492ce68ef692c1d9a77bebde22b57cf0c6.zip | |
Make things build again
Diffstat (limited to 'src/librustc_data_structures')
| -rw-r--r-- | src/librustc_data_structures/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_data_structures/Cargo.toml b/src/librustc_data_structures/Cargo.toml index 67721220526..be887ba9adb 100644 --- a/src/librustc_data_structures/Cargo.toml +++ b/src/librustc_data_structures/Cargo.toml @@ -16,8 +16,8 @@ log = "0.4" jobserver_crate = { version = "0.1.13", package = "jobserver" } lazy_static = "1" once_cell = { version = "1", features = ["parking_lot"] } -rustc_serialize = { path = "../libserialize", package = "serialize" } -graphviz = { path = "../libgraphviz" } +rustc_serialize = { path = "../librustc_serialize" } +graphviz = { path = "../librustc_graphviz", package = "rustc_graphviz" } cfg-if = "0.1.2" crossbeam-utils = { version = "0.7", features = ["nightly"] } stable_deref_trait = "1.0.0" |
