diff --git a/android-activity/Cargo.toml b/android-activity/Cargo.toml index 44f474d..b7e2dfd 100644 --- a/android-activity/Cargo.toml +++ b/android-activity/Cargo.toml @@ -36,7 +36,7 @@ android-properties = "0.2" num_enum = "0.7" bitflags = "2.0" libc = "0.2.139" -thiserror = "1" +thiserror = "2" [build-dependencies] cc = { version = "1.0.42", features = ["parallel"] }