Skip to content

Commit

Permalink
chore: fix petential unzip issues
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Oct 20, 2024
1 parent ba8a670 commit 447fd0c
Show file tree
Hide file tree
Showing 5 changed files with 308 additions and 106 deletions.
156 changes: 144 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,13 @@ 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 = "ee8cb917ed68301c123f10c01f0803305569ec7d" }
collab-entity = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "ee8cb917ed68301c123f10c01f0803305569ec7d" }
collab-folder = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "ee8cb917ed68301c123f10c01f0803305569ec7d" }
collab-document = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "ee8cb917ed68301c123f10c01f0803305569ec7d" }
collab-user = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "ee8cb917ed68301c123f10c01f0803305569ec7d" }
collab-database = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "ee8cb917ed68301c123f10c01f0803305569ec7d" }
collab-importer = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "ee8cb917ed68301c123f10c01f0803305569ec7d" }
collab = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "e77fd84e0e32b4dc1dcfa271547517e5b0d8e987" }
collab-entity = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "e77fd84e0e32b4dc1dcfa271547517e5b0d8e987" }
collab-folder = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "e77fd84e0e32b4dc1dcfa271547517e5b0d8e987" }
collab-document = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "e77fd84e0e32b4dc1dcfa271547517e5b0d8e987" }
collab-user = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "e77fd84e0e32b4dc1dcfa271547517e5b0d8e987" }
collab-database = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "e77fd84e0e32b4dc1dcfa271547517e5b0d8e987" }
collab-importer = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "e77fd84e0e32b4dc1dcfa271547517e5b0d8e987" }

[features]
history = []
Expand Down
1 change: 1 addition & 0 deletions services/appflowy-worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ uuid.workspace = true
mailer.workspace = true
md5.workspace = true
base64.workspace = true
tempdir = "0.3.7"


Loading

0 comments on commit 447fd0c

Please sign in to comment.