From 1b025ae56e0122cff5798b9f54fc56d47a182d2b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 1 Feb 2024 12:43:08 -0700 Subject: [PATCH] Update swash to 0.1.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 368fa0b..33f0046 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rangemap = "1.4.0" rustc-hash = { version = "1.1.0", default-features = false } rustybuzz = { version = "0.12.0", default-features = false, features = ["libm"] } self_cell = "1.0.1" -swash = { version = "0.1.11", optional = true } +swash = { version = "0.1.12", optional = true } syntect = { version = "5.1.0", optional = true } sys-locale = { version = "0.3.1", optional = true } ttf-parser = "0.20.0"