chore: update appflowy collab dependencies

This commit is contained in:
Bartosz Sypytkowski 2024-08-05 07:55:47 +02:00
parent 320d62f46c
commit a8b80f33af
1 changed files with 4 additions and 4 deletions

View File

@ -280,10 +280,10 @@ debug = true
[patch.crates-io]
# It's diffcult to resovle different version with the same crate used in AppFlowy Frontend and the Client-API crate.
# So using patch to workaround this issue.
collab = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "0a1cb2c" }
collab-entity = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "0a1cb2c" }
collab-folder = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "0a1cb2c" }
collab-document = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "0a1cb2c" }
collab = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "0895487" }
collab-entity = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "0895487" }
collab-folder = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "0895487" }
collab-document = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "0895487" }
[features]
history = []