From 92bfd8a531aedc9ce70053948c8c83dbc20780ed Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 10 Jul 2023 16:57:40 +0100 Subject: [PATCH] bump fea-rs dep to 0.9.1 should fix some issues compiling GoogleSans, see https://github.com/googlefonts/googlesans/issues/586#issuecomment-1613351936 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 340299b6..e3f587de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ env_logger = "0.10.0" parking_lot = "0.12.1" -fea-rs = "0.9.0" +fea-rs = "0.9.1" font-types = { version = "0.3.2", features = ["serde"] } read-fonts = "0.7.0" write-fonts = "0.10.1"