summary refs log tree commit diff
path: root/compiler/rustc_parse/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_parse/Cargo.toml')
-rw-r--r--compiler/rustc_parse/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_parse/Cargo.toml b/compiler/rustc_parse/Cargo.toml
index 1ca1a92252e..b67195e6e22 100644
--- a/compiler/rustc_parse/Cargo.toml
+++ b/compiler/rustc_parse/Cargo.toml
@@ -18,3 +18,4 @@ rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }
 rustc_ast = { path = "../rustc_ast" }
 unicode-normalization = "0.1.11"
+unicode-width = "0.1.4"