From 6adb058c5088eb8262be6c1326100849be418d98 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Mon, 25 Aug 2025 12:42:19 -0400 Subject: [PATCH] [ci] Fix minimal version job (#8147) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e039de4d8..b28edfcf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -187,7 +187,7 @@ syn = "2.0.98" toml = "0.9.0" trybuild = "1" tracy-client = "0.18" -thiserror = { version = "2.0.11", default-features = false } +thiserror = { version = "2.0.12", default-features = false } unicode-ident = "1.0.5" walkdir = "2.3" winit = { version = "0.29", features = ["android-native-activity"] }