Skip to content

Commit f17b25b

Browse files
committed
Update to thiserror 2
Updating to `thiserror` 2 doesn't affect our public api
1 parent 5c091cd commit f17b25b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android-activity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android-properties = "0.2"
3636
num_enum = "0.7"
3737
bitflags = "2.0"
3838
libc = "0.2.139"
39-
thiserror = "1"
39+
thiserror = "2"
4040

4141
[build-dependencies]
4242
cc = { version = "1.0.42", features = ["parallel"] }

0 commit comments

Comments
 (0)