Skip to content

Commit

Permalink
chore: using patch yrs
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Apr 1, 2024
1 parent adc2ee7 commit 9204daa
Show file tree
Hide file tree
Showing 10 changed files with 93 additions and 85 deletions.
39 changes: 20 additions & 19 deletions frontend/appflowy_tauri/src-tauri/Cargo.lock

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

16 changes: 8 additions & 8 deletions frontend/appflowy_tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ custom-protocol = ["tauri/custom-protocol"]
# Run the script:
# scripts/tool/update_client_api_rev.sh new_rev_id
# ⚠️⚠️⚠️️
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "0821c052f996b56ec42b86c9462f065e4639d735" }
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "a0e951571497803295b4754726cf85f1ab33b078" }
# Please use the following script to update collab.
# Working directory: frontend
#
Expand All @@ -95,10 +95,10 @@ client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "082
# To switch to the local path, run:
# scripts/tool/update_collab_source.sh
# ⚠️⚠️⚠️️
collab = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "ab468ea96a15863d1e792ea4bed3a8769f3ea8a7" }
collab-folder = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "ab468ea96a15863d1e792ea4bed3a8769f3ea8a7" }
collab-document = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "ab468ea96a15863d1e792ea4bed3a8769f3ea8a7" }
collab-database = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "ab468ea96a15863d1e792ea4bed3a8769f3ea8a7" }
collab-plugins = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "ab468ea96a15863d1e792ea4bed3a8769f3ea8a7" }
collab-user = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "ab468ea96a15863d1e792ea4bed3a8769f3ea8a7" }
collab-entity = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "ab468ea96a15863d1e792ea4bed3a8769f3ea8a7" }
collab = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "0679ebd1510fd539924cd240225adc0ef06ac241" }
collab-folder = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "0679ebd1510fd539924cd240225adc0ef06ac241" }
collab-document = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "0679ebd1510fd539924cd240225adc0ef06ac241" }
collab-database = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "0679ebd1510fd539924cd240225adc0ef06ac241" }
collab-plugins = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "0679ebd1510fd539924cd240225adc0ef06ac241" }
collab-user = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "0679ebd1510fd539924cd240225adc0ef06ac241" }
collab-entity = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "0679ebd1510fd539924cd240225adc0ef06ac241" }
35 changes: 18 additions & 17 deletions frontend/appflowy_web/wasm-libs/Cargo.lock

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

Loading

0 comments on commit 9204daa

Please sign in to comment.