From f5b559630660e1a0477c6d73e63fe283d044d573 Mon Sep 17 00:00:00 2001 From: Akarshan Biswas Date: Wed, 7 May 2025 09:23:13 +0530 Subject: [PATCH] add thiserror to Cargo.toml --- src-tauri/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7068ffba6..04843c1a9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -61,3 +61,4 @@ libc = "0.2.172" tauri-plugin-updater = "2" once_cell = "1.18" tauri-plugin-single-instance = { version = "2.0.0", features = ["deep-link"] } +thiserror = "2.0.12"