chore: update yrs version (#5262)

* chore: update yrs version

* chore: update client api
This commit is contained in:
Nathan.fooo
2024-05-06 11:30:13 +08:00
committed by GitHub
parent 266a2a53ab
commit 3a9de61599
22 changed files with 269 additions and 243 deletions

View File

@ -6,10 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
collab = { version = "0.1.0" }
collab-database = { version = "0.1.0" }
collab-entity = { version = "0.1.0" }
collab-plugins = { version = "0.1.0" }
collab = { workspace = true }
collab-database = { workspace = true }
collab-entity = { workspace = true }
collab-plugins = { workspace = true }
collab-integrate = { workspace = true }
flowy-database-pub = { workspace = true }