From 86e4840788372516505e8b7e98ef769c35c0a368 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Wed, 10 Sep 2025 22:56:38 +0100 Subject: [PATCH] Temporarily revert back to 0.35 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..d10329e 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.35.0", default-features = false }