From ccae249b2c7388dd5202244ed554ab17a69f86d2 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sat, 5 Oct 2024 23:19:14 +0700 Subject: [PATCH] Update to current `skrifa` (0.22.3 from 0.20) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a23af1..92865b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ render = ["scale", "zeno/eval"] [dependencies] yazi = { version = "0.1.6", optional = true } zeno = { version = "0.2.2", optional = true, default-features = false } -skrifa = { version = "0.20.0" } +skrifa = { version = "0.22.3" }