From a9ba0b47dd23fdccb4391d69eca9a8c76fa4a112 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Tue, 30 Sep 2025 15:22:40 +0100 Subject: [PATCH] Upgrade skrifa to 0.37 Signed-off-by: Nico Burns --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 236c420..3b1bcbc 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.36.0", default-features = false } +skrifa = { version = ">= 0.31.1, <= 0.37", default-features = false }