chore: disable multi thread feature
This commit is contained in:
parent
a0593b5502
commit
93f3a63891
|
|
@ -70,7 +70,7 @@ governor = { version = "0.6.3" }
|
||||||
tonic.workspace = true
|
tonic.workspace = true
|
||||||
prost.workspace = true
|
prost.workspace = true
|
||||||
tonic-proto.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
|
||||||
collab = { version = "0.1.0" }
|
collab = { version = "0.1.0" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue