diff options
| author | Kevin Stevens <48657161+stevenskevin@users.noreply.github.com> | 2023-05-15 03:35:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-15 09:35:46 +0200 |
| commit | 156aef10c463f81ca0016583a9df83d7b8560e59 (patch) | |
| tree | 57c8b7b9fa113930a1abc07a4358afbda56cf511 /Cargo.toml | |
| parent | 0fcac6d27ebb92e7435ac71bfcc37eae07230f2e (diff) | |
Switch from unicode_xid to unicode_ident (#1208)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,9 +60,9 @@ tiny-skia = "0.9.0" tracing = "0.1.37" ttf-parser = "0.18.1" unicode-general-category = "0.6" +unicode-ident = "1.0" unicode-math-class = "0.1" unicode-segmentation = "1" -unicode-xid = "0.2" unscanny = "0.1" usvg = { version = "0.32", default-features = false, features = ["text"] } xmp-writer = "0.1" |
