From 27d447b6fcaf82a7e072f6df6fe3d0de00225b1d Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 15 Nov 2023 12:42:51 -0700 Subject: [PATCH] Use fontdb 0.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f16684f..31dc0e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ rust-version = "1.65" [dependencies] cosmic_undo_2 = { version = "0.2.0", optional = true } -fontdb = { version = "0.15.0", default-features = false } +fontdb = { version = "0.16.0", default-features = false } hashbrown = { version = "0.14.1", optional = true, default-features = false } libm = "0.2.8" log = "0.4.20"