From 156aef10c463f81ca0016583a9df83d7b8560e59 Mon Sep 17 00:00:00 2001 From: Kevin Stevens <48657161+stevenskevin@users.noreply.github.com> Date: Mon, 15 May 2023 03:35:46 -0400 Subject: Switch from unicode_xid to unicode_ident (#1208) --- Cargo.lock | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 9235c7b6..e747873e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", @@ -2525,12 +2525,6 @@ version = "0.1.10" 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" -- cgit v1.2.3