mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 14:08:55 +08:00
fix(native): possible deadlock when batching read/write (#9817)
This commit is contained in:
Generated
-2
@@ -37,7 +37,6 @@ dependencies = [
|
||||
"anyhow",
|
||||
"base64-simd",
|
||||
"chrono",
|
||||
"dashmap",
|
||||
"homedir",
|
||||
"objc2",
|
||||
"objc2-foundation",
|
||||
@@ -68,7 +67,6 @@ dependencies = [
|
||||
"affine_schema",
|
||||
"anyhow",
|
||||
"chrono",
|
||||
"dashmap",
|
||||
"dotenvy",
|
||||
"napi",
|
||||
"napi-build",
|
||||
|
||||
Reference in New Issue
Block a user