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 Jun 20, 2024
1 parent 8ca541b commit a960b1f
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 79 deletions.
31 changes: 16 additions & 15 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 @@ -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 = "6262816043efeede8823d7a7ea252083adf407e9" }
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "a3af38162eb238b7e0dff56e6182c270e0d6e719" }

[dependencies]
serde_json.workspace = true
Expand Down
43 changes: 15 additions & 28 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 @@ -54,7 +54,7 @@ yrs = "0.18.8"
# Run the script:
# scripts/tool/update_client_api_rev.sh new_rev_id
# ⚠️⚠️⚠️️
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "6262816043efeede8823d7a7ea252083adf407e9" }
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "a3af38162eb238b7e0dff56e6182c270e0d6e719" }

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

0 comments on commit a960b1f

Please sign in to comment.