From b2fb02c7ada04d67dfa7ea49de3f83b7ac946ee4 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 31 Jan 2024 14:03:19 -0700 Subject: [PATCH] Require modit 0.1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1bb1aa1..d86ef97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ 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" -modit = { version = "0.1.3", optional = true } +modit = { version = "0.1.4", optional = true } rangemap = "1.4.0" rustc-hash = { version = "1.1.0", default-features = false } rustybuzz = { version = "0.12.0", default-features = false, features = ["libm"] }