From c5b3f8ee98203191d83d3cfca39bb0f35ee6efc2 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 16 Apr 2022 22:23:57 +0200 Subject: Switch to `unscanny` --- Cargo.lock | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 2341a52e..5a2e079e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -876,6 +876,7 @@ dependencies = [ "unicode-script", "unicode-segmentation", "unicode-xid", + "unscanny", "usvg", "walkdir", "xi-unicode", @@ -938,6 +939,11 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" +[[package]] +name = "unscanny" +version = "0.1.0" +source = "git+https://github.com/typst/unscanny#c943791649841388803b7ca873ce72683903fd39" + [[package]] name = "usvg" version = "0.20.0" -- cgit v1.2.3