From a8b80f33afde384186c3efe257f740077c8d3307 Mon Sep 17 00:00:00 2001 From: Bartosz Sypytkowski Date: Mon, 5 Aug 2024 07:55:47 +0200 Subject: [PATCH] chore: update appflowy collab dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d00ffc40..c316d39d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = []