chore: bump client api (#5078)

This commit is contained in:
Nathan.fooo
2024-04-07 15:22:37 +08:00
committed by GitHub
parent db6767f61e
commit 81594fa796
9 changed files with 39 additions and 316 deletions

View File

@ -29,7 +29,7 @@ collab = { version = "0.1.0" }
diesel.workspace = true
uuid.workspace = true
flowy-storage = { workspace = true }
client-api = { version = "0.1.0", features = ["collab-sync", "template"] }
client-api = { version = "0.1.0" }
tracing.workspace = true
futures-core = { version = "0.3", default-features = false }