From b7db1e7ddaf88e3a48f90c1cca16f811b6fa19d8 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Tue, 3 Sep 2024 18:10:02 +0800 Subject: [PATCH] fix: build error in release mode (#6175) --- frontend/appflowy_tauri/src-tauri/Cargo.lock | 25 ++++++++++--------- frontend/appflowy_tauri/src-tauri/Cargo.toml | 2 +- .../appflowy_web_app/src-tauri/Cargo.lock | 25 ++++++++++--------- .../appflowy_web_app/src-tauri/Cargo.toml | 2 +- frontend/rust-lib/Cargo.lock | 24 +++++++++--------- frontend/rust-lib/Cargo.toml | 4 +-- 6 files changed, 42 insertions(+), 40 deletions(-) diff --git a/frontend/appflowy_tauri/src-tauri/Cargo.lock b/frontend/appflowy_tauri/src-tauri/Cargo.lock index 23a023ab9f..141b73bf96 100644 --- a/frontend/appflowy_tauri/src-tauri/Cargo.lock +++ b/frontend/appflowy_tauri/src-tauri/Cargo.lock @@ -172,7 +172,7 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "app-error" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "bincode", @@ -192,7 +192,7 @@ dependencies = [ [[package]] name = "appflowy-ai-client" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "bytes", @@ -837,7 +837,7 @@ dependencies = [ [[package]] name = "client-api" version = "0.2.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "again", "anyhow", @@ -888,7 +888,7 @@ dependencies = [ [[package]] name = "client-api-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "collab-entity", "collab-rt-entity", @@ -901,7 +901,7 @@ dependencies = [ [[package]] name = "client-websocket" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "futures-channel", "futures-util", @@ -1149,7 +1149,7 @@ dependencies = [ [[package]] name = "collab-rt-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "bincode", @@ -1174,7 +1174,7 @@ dependencies = [ [[package]] name = "collab-rt-protocol" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "async-trait", @@ -1571,7 +1571,7 @@ checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" [[package]] name = "database-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "app-error", @@ -3117,7 +3117,7 @@ dependencies = [ [[package]] name = "gotrue" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "futures-util", @@ -3134,7 +3134,7 @@ dependencies = [ [[package]] name = "gotrue-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "app-error", @@ -3566,7 +3566,7 @@ dependencies = [ [[package]] name = "infra" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "bytes", @@ -6169,7 +6169,7 @@ dependencies = [ [[package]] name = "shared-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "app-error", @@ -6187,6 +6187,7 @@ dependencies = [ "serde_json", "serde_repr", "thiserror", + "tracing", "uuid", ] diff --git a/frontend/appflowy_tauri/src-tauri/Cargo.toml b/frontend/appflowy_tauri/src-tauri/Cargo.toml index 688f144a92..73cb2c466b 100644 --- a/frontend/appflowy_tauri/src-tauri/Cargo.toml +++ b/frontend/appflowy_tauri/src-tauri/Cargo.toml @@ -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 = "52782033948b7d243693ca159ea519d53458c8a6" } +client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "72652086f5dfb6f22c67616f8873794cb5f28e1a" } [dependencies] serde_json.workspace = true diff --git a/frontend/appflowy_web_app/src-tauri/Cargo.lock b/frontend/appflowy_web_app/src-tauri/Cargo.lock index d8500665d9..12dd07429e 100644 --- a/frontend/appflowy_web_app/src-tauri/Cargo.lock +++ b/frontend/appflowy_web_app/src-tauri/Cargo.lock @@ -163,7 +163,7 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "app-error" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "bincode", @@ -183,7 +183,7 @@ dependencies = [ [[package]] name = "appflowy-ai-client" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "bytes", @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "client-api" version = "0.2.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "again", "anyhow", @@ -862,7 +862,7 @@ dependencies = [ [[package]] name = "client-api-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "collab-entity", "collab-rt-entity", @@ -875,7 +875,7 @@ dependencies = [ [[package]] name = "client-websocket" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "futures-channel", "futures-util", @@ -1132,7 +1132,7 @@ dependencies = [ [[package]] name = "collab-rt-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "bincode", @@ -1157,7 +1157,7 @@ dependencies = [ [[package]] name = "collab-rt-protocol" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "async-trait", @@ -1561,7 +1561,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "database-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "app-error", @@ -3184,7 +3184,7 @@ dependencies = [ [[package]] name = "gotrue" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "futures-util", @@ -3201,7 +3201,7 @@ dependencies = [ [[package]] name = "gotrue-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "app-error", @@ -3638,7 +3638,7 @@ dependencies = [ [[package]] name = "infra" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "bytes", @@ -6233,7 +6233,7 @@ dependencies = [ [[package]] name = "shared-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=52782033948b7d243693ca159ea519d53458c8a6#52782033948b7d243693ca159ea519d53458c8a6" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "app-error", @@ -6251,6 +6251,7 @@ dependencies = [ "serde_json", "serde_repr", "thiserror", + "tracing", "uuid", ] diff --git a/frontend/appflowy_web_app/src-tauri/Cargo.toml b/frontend/appflowy_web_app/src-tauri/Cargo.toml index 68a7ba82e1..c58a87ca13 100644 --- a/frontend/appflowy_web_app/src-tauri/Cargo.toml +++ b/frontend/appflowy_web_app/src-tauri/Cargo.toml @@ -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 = "52782033948b7d243693ca159ea519d53458c8a6" } +client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "72652086f5dfb6f22c67616f8873794cb5f28e1a" } [dependencies] serde_json.workspace = true diff --git a/frontend/rust-lib/Cargo.lock b/frontend/rust-lib/Cargo.lock index 14776cd9bb..dfc5249c78 100644 --- a/frontend/rust-lib/Cargo.lock +++ b/frontend/rust-lib/Cargo.lock @@ -163,7 +163,7 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "app-error" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=14a1382d1c4b77ba16fee3ab867e6bfded85828e#14a1382d1c4b77ba16fee3ab867e6bfded85828e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "bincode", @@ -183,7 +183,7 @@ dependencies = [ [[package]] name = "appflowy-ai-client" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=14a1382d1c4b77ba16fee3ab867e6bfded85828e#14a1382d1c4b77ba16fee3ab867e6bfded85828e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "bytes", @@ -729,7 +729,7 @@ dependencies = [ [[package]] name = "client-api" version = "0.2.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=14a1382d1c4b77ba16fee3ab867e6bfded85828e#14a1382d1c4b77ba16fee3ab867e6bfded85828e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "again", "anyhow", @@ -780,7 +780,7 @@ dependencies = [ [[package]] name = "client-api-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=14a1382d1c4b77ba16fee3ab867e6bfded85828e#14a1382d1c4b77ba16fee3ab867e6bfded85828e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "collab-entity", "collab-rt-entity", @@ -793,7 +793,7 @@ dependencies = [ [[package]] name = "client-websocket" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=14a1382d1c4b77ba16fee3ab867e6bfded85828e#14a1382d1c4b77ba16fee3ab867e6bfded85828e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "futures-channel", "futures-util", @@ -1010,7 +1010,7 @@ dependencies = [ [[package]] name = "collab-rt-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=14a1382d1c4b77ba16fee3ab867e6bfded85828e#14a1382d1c4b77ba16fee3ab867e6bfded85828e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "bincode", @@ -1035,7 +1035,7 @@ dependencies = [ [[package]] name = "collab-rt-protocol" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=14a1382d1c4b77ba16fee3ab867e6bfded85828e#14a1382d1c4b77ba16fee3ab867e6bfded85828e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "async-trait", @@ -1395,7 +1395,7 @@ checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" [[package]] name = "database-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=14a1382d1c4b77ba16fee3ab867e6bfded85828e#14a1382d1c4b77ba16fee3ab867e6bfded85828e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "app-error", @@ -2795,7 +2795,7 @@ dependencies = [ [[package]] name = "gotrue" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=14a1382d1c4b77ba16fee3ab867e6bfded85828e#14a1382d1c4b77ba16fee3ab867e6bfded85828e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "futures-util", @@ -2812,7 +2812,7 @@ dependencies = [ [[package]] name = "gotrue-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=14a1382d1c4b77ba16fee3ab867e6bfded85828e#14a1382d1c4b77ba16fee3ab867e6bfded85828e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "app-error", @@ -3177,7 +3177,7 @@ dependencies = [ [[package]] name = "infra" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=14a1382d1c4b77ba16fee3ab867e6bfded85828e#14a1382d1c4b77ba16fee3ab867e6bfded85828e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "bytes", @@ -5377,7 +5377,7 @@ dependencies = [ [[package]] name = "shared-entity" version = "0.1.0" -source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=14a1382d1c4b77ba16fee3ab867e6bfded85828e#14a1382d1c4b77ba16fee3ab867e6bfded85828e" +source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=72652086f5dfb6f22c67616f8873794cb5f28e1a#72652086f5dfb6f22c67616f8873794cb5f28e1a" dependencies = [ "anyhow", "app-error", diff --git a/frontend/rust-lib/Cargo.toml b/frontend/rust-lib/Cargo.toml index 319e057904..0c85f38847 100644 --- a/frontend/rust-lib/Cargo.toml +++ b/frontend/rust-lib/Cargo.toml @@ -100,8 +100,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 = "14a1382d1c4b77ba16fee3ab867e6bfded85828e" } -client-api-entity = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "14a1382d1c4b77ba16fee3ab867e6bfded85828e" } +client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "72652086f5dfb6f22c67616f8873794cb5f28e1a" } +client-api-entity = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "72652086f5dfb6f22c67616f8873794cb5f28e1a" } [profile.dev] opt-level = 0