From 85833c74ba55cbf36cd0e837bc21dbed20b9d3eb Mon Sep 17 00:00:00 2001 From: Daniel Salinas Date: Wed, 11 Jun 2025 13:12:02 -0400 Subject: [PATCH] Update JoinHandle as well --- bindings/matrix-sdk-ffi/src/task_handle.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/matrix-sdk-ffi/src/task_handle.rs b/bindings/matrix-sdk-ffi/src/task_handle.rs index 5a593fa55..958615341 100644 --- a/bindings/matrix-sdk-ffi/src/task_handle.rs +++ b/bindings/matrix-sdk-ffi/src/task_handle.rs @@ -1,4 +1,4 @@ -use tokio::task::JoinHandle; +use matrix_sdk_common::executor::JoinHandle; use tracing::debug; /// A task handle is a way to keep the handle a task running by itself in