Skip to content

Commit

Permalink
Merge branch 'main' into download_llm_model
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Jul 15, 2024
2 parents 133c8ce + d2e3fdf commit 874524c
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 72 deletions.
37 changes: 14 additions & 23 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.

2 changes: 1 addition & 1 deletion frontend/appflowy_tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ collab-user = { version = "0.2" }
# Run the script:
# scripts/tool/update_client_api_rev.sh new_rev_id
# ⚠️⚠️⚠️️
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "fedc60b2f8b9e73b1e0c469eb038bac8694bfb50" }
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "eebdbcad79a35b07305affdd36f16d9ce95c5a18" }

[dependencies]
serde_json.workspace = true
Expand Down
37 changes: 14 additions & 23 deletions frontend/appflowy_web_app/src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion frontend/appflowy_web_app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ collab-user = { version = "0.2" }
# Run the script:
# scripts/tool/update_client_api_rev.sh new_rev_id
# ⚠️⚠️⚠️️
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "fedc60b2f8b9e73b1e0c469eb038bac8694bfb50" }
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "eebdbcad79a35b07305affdd36f16d9ce95c5a18" }

[dependencies]
serde_json.workspace = true
Expand Down
Loading

0 comments on commit 874524c

Please sign in to comment.