From 6d7ef8c192c28782e897dd04c2a81f5000202f35 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 8 May 2025 10:33:36 +0700 Subject: [PATCH] Update `skrifa` to 0.31.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa23f3c..f6e1c0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,4 +34,4 @@ clippy.semicolon_if_nothing_returned = "warn" core_maths = { version = "0.1.1", optional = true } yazi = { version = "0.2.1", optional = true, default-features = false } zeno = { version = "0.3.2", optional = true, default-features = false } -skrifa = { version = "0.30.0", default-features = false } +skrifa = { version = "0.31.0", default-features = false }