From 8a67c386242bb18f42427bd941930318e4a77fc6 Mon Sep 17 00:00:00 2001
From: pablo
Date: Fri, 17 Apr 2026 11:47:21 +0300
Subject: [PATCH] fix: removing dylib for libchat
not used and it was causing the error with panic abort
---
core/conversations/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/conversations/Cargo.toml b/core/conversations/Cargo.toml
index c109bff..b265823 100644
--- a/core/conversations/Cargo.toml
+++ b/core/conversations/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[lib]
-crate-type = ["rlib","staticlib","dylib"]
+crate-type = ["rlib","staticlib"]
[dependencies]
base64 = "0.22"