From f17b25b6732732cd61b444839941ee3e52685612 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Sun, 22 Mar 2026 22:47:13 +0000 Subject: [PATCH] Update to thiserror 2 Updating to `thiserror` 2 doesn't affect our public api --- android-activity/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }