From 3640b5e1effd72d76cc4da47bd0aeeef230239f3 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 12 Jun 2023 11:13:29 -0600 Subject: [PATCH] Update rustybuzz to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e91adfc..cf0a802 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ fontdb = { version = "0.14.1", default-features = false } libm = "0.2.6" log = "0.4.17" aliasable = "0.1.3" -rustybuzz = { version = "0.7.0", default-features = false, features = ["libm"] } +rustybuzz = { version = "0.8.0", default-features = false, features = ["libm"] } swash = { version = "0.1.6", optional = true } syntect = { version = "5.0.0", optional = true } sys-locale = { version = "0.3.0", optional = true }