Skip to content

Commit 6adb058

Browse files
authored
[ci] Fix minimal version job (#8147)
1 parent 884cea5 commit 6adb058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ syn = "2.0.98"
187187
toml = "0.9.0"
188188
trybuild = "1"
189189
tracy-client = "0.18"
190-
thiserror = { version = "2.0.11", default-features = false }
190+
thiserror = { version = "2.0.12", default-features = false }
191191
unicode-ident = "1.0.5"
192192
walkdir = "2.3"
193193
winit = { version = "0.29", features = ["android-native-activity"] }

0 commit comments

Comments
 (0)