diff options
| author | printfn <printfn@users.noreply.github.com> | 2024-10-12 21:57:50 +0000 |
|---|---|---|
| committer | printfn <printfn@users.noreply.github.com> | 2024-10-12 21:57:50 +0000 |
| commit | 46b41b4fc89d10099dcb04a876bd95be8426519a (patch) | |
| tree | 629b622c11e6d9ed0ea0d550d038fbee2983534a /compiler/rustc_parse | |
| parent | 6b9676b45431a1e531b9c5f7bd289fc36a312749 (diff) | |
| download | rust-46b41b4fc89d10099dcb04a876bd95be8426519a.tar.gz rust-46b41b4fc89d10099dcb04a876bd95be8426519a.zip | |
Update unicode-width to 0.2.0
Diffstat (limited to 'compiler/rustc_parse')
| -rw-r--r-- | compiler/rustc_parse/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_parse/Cargo.toml b/compiler/rustc_parse/Cargo.toml index c59ae48a07d..2360914a0ab 100644 --- a/compiler/rustc_parse/Cargo.toml +++ b/compiler/rustc_parse/Cargo.toml @@ -20,7 +20,7 @@ rustc_span = { path = "../rustc_span" } thin-vec = "0.2.12" tracing = "0.1" unicode-normalization = "0.1.11" -unicode-width = "0.1.4" +unicode-width = "0.2.0" # tidy-alphabetical-end [dev-dependencies] |
