Skip to content

Commit

Permalink
chore: bump client api
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Feb 2, 2024
1 parent 2ffd6bf commit 458d3f9
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 68 deletions.
24 changes: 12 additions & 12 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 @@ -62,7 +62,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 = "c1b797a2c46839cb0a1e8c785cb6abbfac01fa13" }
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "0875329a4311eca5376804a0b8e39dedddbbaadc" }
# Please use the following script to update collab.
# Working directory: frontend
#
Expand Down
38 changes: 12 additions & 26 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.

2 changes: 1 addition & 1 deletion frontend/appflowy_web/wasm-libs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ lto = false
# Run the script:
# scripts/tool/update_client_api_rev.sh new_rev_id
# ⚠️⚠️⚠️️
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "c1b797a2c46839cb0a1e8c785cb6abbfac01fa13" }
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "0875329a4311eca5376804a0b8e39dedddbbaadc" }
# Please use the following script to update collab.
# Working directory: frontend
#
Expand Down
Loading

0 comments on commit 458d3f9

Please sign in to comment.