diff options
| author | Murarth <murarth@gmail.com> | 2017-06-17 12:01:18 -0700 |
|---|---|---|
| committer | Murarth <murarth@gmail.com> | 2017-06-17 13:18:18 -0700 |
| commit | 6484258f1749499d3e51685df867b3d460a7f0be (patch) | |
| tree | 21130a0edac861bd7aaa094354a6d6f50cd22a10 /src/libstd | |
| parent | dfb8c80e118a6844e3a7130a884e92dde4ef4694 (diff) | |
| download | rust-6484258f1749499d3e51685df867b3d460a7f0be.tar.gz rust-6484258f1749499d3e51685df867b3d460a7f0be.zip | |
Reintroduce deprecated `collections` crate
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index f93af4c1920..b516cbd08ca 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -15,6 +15,7 @@ alloc_jemalloc = { path = "../liballoc_jemalloc", optional = true } alloc_system = { path = "../liballoc_system" } panic_unwind = { path = "../libpanic_unwind", optional = true } panic_abort = { path = "../libpanic_abort" } +collections = { path = "../libcollections" } core = { path = "../libcore" } libc = { path = "../rustc/libc_shim" } rand = { path = "../librand" } |
