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.lock | |
| parent | 0fcac6d27ebb92e7435ac71bfcc37eae07230f2e (diff) | |
Switch from unicode_xid to unicode_ident (#1208)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -2311,9 +2311,9 @@ dependencies = [ "ttf-parser", "typst-macros", "unicode-general-category", + "unicode-ident", "unicode-math-class", "unicode-segmentation", - "unicode-xid", "unscanny", "usvg", "xmp-writer", @@ -2526,12 +2526,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" [[package]] -name = "unicode-xid" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" - -[[package]] name = "unicode_names2" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
