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

@ -8,9 +8,9 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]
[dependencies]
collab = { version = "0.1.0" }
collab-plugins = { version = "0.1.0" }
collab-entity = { version = "0.1.0" }
collab = { workspace = true }
collab-plugins = { workspace = true }
collab-entity = { workspace = true }
serde.workspace = true
serde_json.workspace = true
anyhow.workspace = true