From 5be8e2cd8f6c2a716ae55bcc31a72e1c91394ff3 Mon Sep 17 00:00:00 2001 From: jfkthame Date: Fri, 22 Sep 2023 10:00:13 -0400 Subject: [PATCH] Bump core-text version (#638) Just exposing a couple of additional APIs. (Motivation: to enable us to try using the `_and_options` API when instantiating fonts in webrender, for https://bugzilla.mozilla.org/show_bug.cgi?id=1803406.) --- core-text/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-text/Cargo.toml b/core-text/Cargo.toml index a08fb6fb..0e6c2524 100644 --- a/core-text/Cargo.toml +++ b/core-text/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "core-text" -version = "20.0.0" +version = "20.1.0" authors = ["The Servo Project Developers"] description = "Bindings to the Core Text framework." license = "MIT OR Apache-2.0"