Skip to content

Commit 9fe76b5

Browse files
committed
* std depends on unicode directly, not just transitively
1 parent f45fe26 commit 9fe76b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/libstd/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ path = "../librand"
2424

2525
[dependencies.rustrt]
2626
path = "../librustrt"
27+
28+
[dependencies.unicode]
29+
path = "../libunicode"

0 commit comments

Comments
 (0)