Skip to content

Commit eaaac18

Browse files
committed
downgrade thiserror
1 parent 9dab8c0 commit eaaac18

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
@@ -28,7 +28,7 @@ members = [
2828
[dependencies]
2929
steamworks-sys = { path = "./steamworks-sys", version = "0.11.0" }
3030
libloading = { version = "0.8", default-features = false }
31-
thiserror = "2.0"
31+
thiserror = "1"
3232
bitflags = "2.8"
3333
lazy_static = "1.4"
3434
serde = { version = "1.0", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)