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 = []