From 91e00d3782acee6b1a9c9161d894b83b9a18e87b Mon Sep 17 00:00:00 2001 From: "Nathan.fooo" <86001920+appflowy@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:13:49 +0800 Subject: [PATCH] chore: bump client api (#4976) --- frontend/appflowy_tauri/src-tauri/Cargo.lock | 24 ++++++++++---------- frontend/appflowy_tauri/src-tauri/Cargo.toml | 2 +- frontend/appflowy_web/wasm-libs/Cargo.lock | 20 ++++++++-------- frontend/appflowy_web/wasm-libs/Cargo.toml | 2 +- frontend/rust-lib/Cargo.lock | 22 +++++++++--------- frontend/rust-lib/Cargo.toml | 2 +- frontend/rust-lib/flowy-core/src/lib.rs | 2 +- 7 files changed, 37 insertions(+), 37 deletions(-) diff --git a/frontend/appflowy_tauri/src-tauri/Cargo.lock b/frontend/appflowy_tauri/src-tauri/Cargo.lock index 0ad09b8fbf..0c23692362 100644 --- a/frontend/appflowy_tauri/src-tauri/Cargo.lock +++ b/frontend/appflowy_tauri/src-tauri/Cargo.lock @@ -162,7 +162,7 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "app-error" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "bincode", @@ -716,7 +716,7 @@ dependencies = [ [[package]] name = "client-api" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "again", "anyhow", @@ -764,7 +764,7 @@ dependencies = [ [[package]] name = "client-websocket" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "futures-channel", "futures-util", @@ -1003,7 +1003,7 @@ dependencies = [ [[package]] name = "collab-rt-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "bincode", @@ -1028,7 +1028,7 @@ dependencies = [ [[package]] name = "collab-rt-protocol" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "bincode", @@ -1264,7 +1264,7 @@ dependencies = [ "cssparser-macros", "dtoa-short", "itoa 1.0.6", - "phf 0.8.0", + "phf 0.11.2", "smallvec", ] @@ -1375,7 +1375,7 @@ checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" [[package]] name = "database-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "app-error", @@ -2677,7 +2677,7 @@ dependencies = [ [[package]] name = "gotrue" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "futures-util", @@ -2694,7 +2694,7 @@ dependencies = [ [[package]] name = "gotrue-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "app-error", @@ -3149,7 +3149,7 @@ dependencies = [ [[package]] name = "infra" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "reqwest", @@ -5591,7 +5591,7 @@ dependencies = [ [[package]] name = "shared-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "app-error", @@ -7554,7 +7554,7 @@ dependencies = [ [[package]] name = "workspace-template" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "async-trait", diff --git a/frontend/appflowy_tauri/src-tauri/Cargo.toml b/frontend/appflowy_tauri/src-tauri/Cargo.toml index 03ce7fad22..6445b736a6 100644 --- a/frontend/appflowy_tauri/src-tauri/Cargo.toml +++ b/frontend/appflowy_tauri/src-tauri/Cargo.toml @@ -86,7 +86,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 = "4878d51c1ba5137a94d986383d65fd2dfa103a1e" } +client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" } # Please use the following script to update collab. # Working directory: frontend # diff --git a/frontend/appflowy_web/wasm-libs/Cargo.lock b/frontend/appflowy_web/wasm-libs/Cargo.lock index c2a36bce1e..faea2a027d 100644 --- a/frontend/appflowy_web/wasm-libs/Cargo.lock +++ b/frontend/appflowy_web/wasm-libs/Cargo.lock @@ -221,7 +221,7 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "app-error" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "bincode", @@ -545,7 +545,7 @@ dependencies = [ [[package]] name = "client-api" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "again", "anyhow", @@ -592,7 +592,7 @@ dependencies = [ [[package]] name = "client-websocket" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "futures-channel", "futures-util", @@ -770,7 +770,7 @@ dependencies = [ [[package]] name = "collab-rt-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "bincode", @@ -795,7 +795,7 @@ dependencies = [ [[package]] name = "collab-rt-protocol" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "bincode", @@ -1005,7 +1005,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "database-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "app-error", @@ -1760,7 +1760,7 @@ dependencies = [ [[package]] name = "gotrue" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "futures-util", @@ -1777,7 +1777,7 @@ dependencies = [ [[package]] name = "gotrue-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "app-error", @@ -2111,7 +2111,7 @@ dependencies = [ [[package]] name = "infra" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "reqwest", @@ -3809,7 +3809,7 @@ dependencies = [ [[package]] name = "shared-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "app-error", diff --git a/frontend/appflowy_web/wasm-libs/Cargo.toml b/frontend/appflowy_web/wasm-libs/Cargo.toml index 7aa84f0820..8b78418c98 100644 --- a/frontend/appflowy_web/wasm-libs/Cargo.toml +++ b/frontend/appflowy_web/wasm-libs/Cargo.toml @@ -55,7 +55,7 @@ codegen-units = 1 # Run the script: # scripts/tool/update_client_api_rev.sh new_rev_id # ⚠️⚠️⚠️️ -client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "4878d51c1ba5137a94d986383d65fd2dfa103a1e" } +client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" } # Please use the following script to update collab. # Working directory: frontend # diff --git a/frontend/rust-lib/Cargo.lock b/frontend/rust-lib/Cargo.lock index 2c1b3a9ad9..5580732930 100644 --- a/frontend/rust-lib/Cargo.lock +++ b/frontend/rust-lib/Cargo.lock @@ -163,7 +163,7 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "app-error" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "bincode", @@ -673,7 +673,7 @@ dependencies = [ [[package]] name = "client-api" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "again", "anyhow", @@ -721,7 +721,7 @@ dependencies = [ [[package]] name = "client-websocket" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "futures-channel", "futures-util", @@ -929,7 +929,7 @@ dependencies = [ [[package]] name = "collab-rt-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "bincode", @@ -954,7 +954,7 @@ dependencies = [ [[package]] name = "collab-rt-protocol" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "bincode", @@ -1297,7 +1297,7 @@ checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" [[package]] name = "database-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "app-error", @@ -2472,7 +2472,7 @@ dependencies = [ [[package]] name = "gotrue" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "futures-util", @@ -2489,7 +2489,7 @@ dependencies = [ [[package]] name = "gotrue-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "app-error", @@ -2883,7 +2883,7 @@ dependencies = [ [[package]] name = "infra" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "reqwest", @@ -4945,7 +4945,7 @@ dependencies = [ [[package]] name = "shared-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "app-error", @@ -6358,7 +6358,7 @@ dependencies = [ [[package]] name = "workspace-template" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=4878d51c1ba5137a94d986383d65fd2dfa103a1e#4878d51c1ba5137a94d986383d65fd2dfa103a1e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=51ecdd664eb6d6cf281f6bfb73652eb2b3b80183#51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" dependencies = [ "anyhow", "async-trait", diff --git a/frontend/rust-lib/Cargo.toml b/frontend/rust-lib/Cargo.toml index 60d3c764e4..c8ac8f2838 100644 --- a/frontend/rust-lib/Cargo.toml +++ b/frontend/rust-lib/Cargo.toml @@ -110,7 +110,7 @@ rocksdb = { git = "https://github.com/LucasXu0/rust-rocksdb", rev = "21cf4a23ec1 # Run the script: # scripts/tool/update_client_api_rev.sh new_rev_id # ⚠️⚠️⚠️️ -client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "4878d51c1ba5137a94d986383d65fd2dfa103a1e" } +client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "51ecdd664eb6d6cf281f6bfb73652eb2b3b80183" } # Please use the following script to update collab. # Working directory: frontend # diff --git a/frontend/rust-lib/flowy-core/src/lib.rs b/frontend/rust-lib/flowy-core/src/lib.rs index c1e2fbcb82..9012aa8954 100644 --- a/frontend/rust-lib/flowy-core/src/lib.rs +++ b/frontend/rust-lib/flowy-core/src/lib.rs @@ -65,7 +65,7 @@ impl AppFlowyCore { #[allow(clippy::if_same_then_else)] if cfg!(debug_assertions) { /// The profiling can be used to tracing the performance of the application. - /// Check out the [Link](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/architecture/backend/profiling) + /// Check out the [Link](https://docs.appflowy.io/docs/documentation/software-contributions/architecture/backend/profiling#enable-profiling) /// for more information. #[cfg(feature = "profiling")] console_subscriber::init();