From 59cbc239076633ec5bc21f37c1c4307b78354562 Mon Sep 17 00:00:00 2001 From: Jakob Hellermann Date: Wed, 14 Jan 2026 21:16:33 +0100 Subject: [PATCH] Upgrade skrifa to 0.40 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b1bcbc..45f5b39 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.3", optional = true, default-features = false } -skrifa = { version = ">= 0.31.1, <= 0.37", default-features = false } +skrifa = { version = ">= 0.31.1, <= 0.40", default-features = false }