chore(agent): major version dependency bump (#4446)

This commit is contained in:
Shreyas
2024-10-23 21:22:19 +05:30
committed by GitHub
parent 79aefed322
commit aef11e329f
8 changed files with 901 additions and 991 deletions

View File

@@ -40,6 +40,8 @@ pub enum AppError {
RegistrationInsertError,
#[error("Failed to save registrations to store")]
RegistrationSaveError,
#[error("Store error: {0}")]
TauriPluginStore(#[from] tauri_plugin_store::Error),
}
impl IntoResponse for AppError {