From 51f1ea3f67b1393aa91241c543a736938ddb783c Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 2 Jan 2025 11:05:08 +0700 Subject: [PATCH] Update `skrifa` to 0.26.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5298f0..e9c6f4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,4 +34,4 @@ clippy.semicolon_if_nothing_returned = "warn" core_maths = { version = "0.1.0", optional = true } yazi = { version = "0.2.0", optional = true, default-features = false } zeno = { version = "0.3.1", optional = true, default-features = false } -skrifa = { version = "0.25.0", default-features = false } +skrifa = { version = "0.26.2", default-features = false }