From 93f3a63891f44487c1db7d1a11e60e33c04ffa20 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 24 Apr 2024 13:43:17 +0800 Subject: [PATCH] chore: disable multi thread feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b016474..4399c882 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ governor = { version = "0.6.3" } tonic.workspace = true prost.workspace = true tonic-proto.workspace = true -appflowy-collaborate = { path = "services/appflowy-collaborate", features = ["collab-rt-multi-thread"] } +appflowy-collaborate = { path = "services/appflowy-collaborate" } # collab collab = { version = "0.1.0" }