From 6aaaf5071eeb4510c4e894a1a9e12cf96b750a9a Mon Sep 17 00:00:00 2001 From: Duncan Dean Date: Thu, 19 Oct 2023 18:50:10 +0200 Subject: [PATCH] Bump `cosmic-text` to `0.10` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da63594..7227d53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0 OR Zlib" [dependencies] wgpu = "0.17.1" etagere = "0.2.8" -cosmic-text = "0.9" +cosmic-text = "0.10" lru = "0.11" [dev-dependencies]