[ci] Fix minimal version job (#8147)

This commit is contained in:
Connor Fitzgerald 2025-08-25 12:42:19 -04:00 committed by GitHub
parent 884cea5ad9
commit 6adb058c50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -187,7 +187,7 @@ syn = "2.0.98"
toml = "0.9.0" toml = "0.9.0"
trybuild = "1" trybuild = "1"
tracy-client = "0.18" 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" unicode-ident = "1.0.5"
walkdir = "2.3" walkdir = "2.3"
winit = { version = "0.29", features = ["android-native-activity"] } winit = { version = "0.29", features = ["android-native-activity"] }