From 1234943e86117473fe02e27997662df62feb10a9 Mon Sep 17 00:00:00 2001 From: "Pedro M. de Echanove Pasquin" Date: Wed, 29 Jul 2026 13:43:57 +0200 Subject: [PATCH] =?UTF-8?q?Pin=20fontdue=20to=20=3D0.9.3=20=E2=80=94=200.9?= =?UTF-8?q?.4=20requires=20Rust=201.87=20and=20the=20toolchain=20is=201.85?= =?UTF-8?q?=20fontdue=200.9.4=20started=20using=20`u{8,16,32}::cast=5Fsign?= =?UTF-8?q?ed`,=20stabilised=20only=20in=20Rust=201.87,=20so=20any=20lockf?= =?UTF-8?q?ile=20regeneration=20that=20floats=20the=20"0.9"=20requirement?= =?UTF-8?q?=20to=200.9.4=20breaks=20the=20build=20on=20the=20project's=20r?= =?UTF-8?q?ustc=201.85=20with=20E0658=20(`integer=5Fsign=5Fcast`).=20The?= =?UTF-8?q?=20exact=20pin=20keeps=200.9.3=20=E2=80=94=20the=20version=20ev?= =?UTF-8?q?erything=20has=20been=20building=20against=20=E2=80=94=20and=20?= =?UTF-8?q?also=20protects=20downstream=20consumers=20of=20ltk=20(crustace?= =?UTF-8?q?,=20forge)=20whose=20own=20lockfiles=20re-resolve=20against=20t?= =?UTF-8?q?his=20requirement.=20Relax=20back=20to=20"0.9"=20once=20the=20t?= =?UTF-8?q?oolchain=20moves=20to=201.87=20or=20newer.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4b18ed..d71912c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ smithay-client-toolkit = { version = "0.20", features = ["calloop", "calloop-way calloop = "0.14" calloop-wayland-source = "0.4" tiny-skia = "0.12" -fontdue = "0.9" +fontdue = "=0.9.3" unicode-bidi = "0.3" rustybuzz = "0.14" image = { version = "=0.25.9", default-features = false, features = ["png", "jpeg", "webp"] }