Skip to content

Commit

Permalink
chore: bump client api
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Jan 20, 2025
1 parent 187f740 commit b25dec4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions frontend/rust-lib/Cargo.lock

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

4 changes: 2 additions & 2 deletions frontend/rust-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ dashmap = "6.0.1"
# Run the script.add_workspace_members:
# scripts/tool/update_client_api_rev.sh new_rev_id
# ⚠️⚠️⚠️️
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560" }
client-api-entity = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560" }
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "5d9efb4" }
client-api-entity = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "5d9efb4" }

[profile.dev]
opt-level = 0
Expand Down

0 comments on commit b25dec4

Please sign in to comment.