From 9fe76b5167ebce2cdc5f8ab896c6987df8a6b759 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 25 Dec 2014 09:44:35 +0100 Subject: [PATCH] * std depends on unicode directly, not just transitively --- lib/libstd/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/libstd/Cargo.toml b/lib/libstd/Cargo.toml index eb4cf7d9f8..1d53fa0f0a 100644 --- a/lib/libstd/Cargo.toml +++ b/lib/libstd/Cargo.toml @@ -24,3 +24,6 @@ path = "../librand" [dependencies.rustrt] path = "../librustrt" + +[dependencies.unicode] +path = "../libunicode"