mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: bump client api (#4976)
This commit is contained in:
parent
3f0b3478c1
commit
91e00d3782
24
frontend/appflowy_tauri/src-tauri/Cargo.lock
generated
24
frontend/appflowy_tauri/src-tauri/Cargo.lock
generated
@ -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",
|
||||
|
@ -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
|
||||
#
|
||||
|
20
frontend/appflowy_web/wasm-libs/Cargo.lock
generated
20
frontend/appflowy_web/wasm-libs/Cargo.lock
generated
@ -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",
|
||||
|
@ -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
|
||||
#
|
||||
|
22
frontend/rust-lib/Cargo.lock
generated
22
frontend/rust-lib/Cargo.lock
generated
@ -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",
|
||||
|
@ -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
|
||||
#
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user