mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-12-28 05:34:41 +00:00
chore: bump client api (#7194)
Some checks are pending
Commit messages lint / commitlint (push) Waiting to run
Docker-CI / build-app (push) Waiting to run
Flutter-CI / prepare-linux (development-linux-x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Waiting to run
Flutter-CI / prepare-windows (development-windows-x86, windows-latest, x86_64-pc-windows-msvc) (push) Waiting to run
Flutter-CI / prepare-macos (development-mac-x86_64, macos-latest, x86_64-apple-darwin) (push) Waiting to run
Flutter-CI / unit_test (development-linux-x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Blocked by required conditions
Flutter-CI / cloud_integration_test (development-linux-x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 1) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 2) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 3) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 4) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 5) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 6) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 7) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 8) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 9) (push) Blocked by required conditions
iOS CI / build-self-hosted (push) Waiting to run
iOS CI / integration-tests (push) Waiting to run
Rust-CI / ubuntu-job (push) Waiting to run
Rust code coverage / tests (push) Waiting to run
Some checks are pending
Commit messages lint / commitlint (push) Waiting to run
Docker-CI / build-app (push) Waiting to run
Flutter-CI / prepare-linux (development-linux-x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Waiting to run
Flutter-CI / prepare-windows (development-windows-x86, windows-latest, x86_64-pc-windows-msvc) (push) Waiting to run
Flutter-CI / prepare-macos (development-mac-x86_64, macos-latest, x86_64-apple-darwin) (push) Waiting to run
Flutter-CI / unit_test (development-linux-x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Blocked by required conditions
Flutter-CI / cloud_integration_test (development-linux-x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 1) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 2) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 3) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 4) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 5) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 6) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 7) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 8) (push) Blocked by required conditions
Flutter-CI / integration_test (ubuntu-latest, x86_64-unknown-linux-gnu, 9) (push) Blocked by required conditions
iOS CI / build-self-hosted (push) Waiting to run
iOS CI / integration-tests (push) Waiting to run
Rust-CI / ubuntu-job (push) Waiting to run
Rust code coverage / tests (push) Waiting to run
This commit is contained in:
parent
342c361184
commit
afb479607b
24
frontend/rust-lib/Cargo.lock
generated
24
frontend/rust-lib/Cargo.lock
generated
@ -163,7 +163,7 @@ checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
|
||||
[[package]]
|
||||
name = "app-error"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=e745b1f35603600b8b41b0aef20bd65b2b697879#e745b1f35603600b8b41b0aef20bd65b2b697879"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560#b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560"
|
||||
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=e745b1f35603600b8b41b0aef20bd65b2b697879#e745b1f35603600b8b41b0aef20bd65b2b697879"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560#b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
@ -786,7 +786,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "client-api"
|
||||
version = "0.2.0"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=e745b1f35603600b8b41b0aef20bd65b2b697879#e745b1f35603600b8b41b0aef20bd65b2b697879"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560#b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560"
|
||||
dependencies = [
|
||||
"again",
|
||||
"anyhow",
|
||||
@ -843,7 +843,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "client-api-entity"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=e745b1f35603600b8b41b0aef20bd65b2b697879#e745b1f35603600b8b41b0aef20bd65b2b697879"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560#b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560"
|
||||
dependencies = [
|
||||
"collab-entity",
|
||||
"collab-rt-entity",
|
||||
@ -856,7 +856,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "client-websocket"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=e745b1f35603600b8b41b0aef20bd65b2b697879#e745b1f35603600b8b41b0aef20bd65b2b697879"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560#b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560"
|
||||
dependencies = [
|
||||
"futures-channel",
|
||||
"futures-util",
|
||||
@ -1128,7 +1128,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "collab-rt-entity"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=e745b1f35603600b8b41b0aef20bd65b2b697879#e745b1f35603600b8b41b0aef20bd65b2b697879"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560#b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bincode",
|
||||
@ -1153,7 +1153,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "collab-rt-protocol"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=e745b1f35603600b8b41b0aef20bd65b2b697879#e745b1f35603600b8b41b0aef20bd65b2b697879"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560#b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
@ -1548,7 +1548,7 @@ checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
||||
[[package]]
|
||||
name = "database-entity"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=e745b1f35603600b8b41b0aef20bd65b2b697879#e745b1f35603600b8b41b0aef20bd65b2b697879"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560#b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"app-error",
|
||||
@ -2970,7 +2970,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "gotrue"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=e745b1f35603600b8b41b0aef20bd65b2b697879#e745b1f35603600b8b41b0aef20bd65b2b697879"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560#b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"futures-util",
|
||||
@ -2987,7 +2987,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "gotrue-entity"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=e745b1f35603600b8b41b0aef20bd65b2b697879#e745b1f35603600b8b41b0aef20bd65b2b697879"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560#b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"app-error",
|
||||
@ -3598,7 +3598,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "infra"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=e745b1f35603600b8b41b0aef20bd65b2b697879#e745b1f35603600b8b41b0aef20bd65b2b697879"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560#b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
@ -6154,7 +6154,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "shared-entity"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=e745b1f35603600b8b41b0aef20bd65b2b697879#e745b1f35603600b8b41b0aef20bd65b2b697879"
|
||||
source = "git+https://github.com/AppFlowy-IO/AppFlowy-Cloud?rev=b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560#b650e9e5fbaa0fc8758b9d5af3f7388bb74f9560"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"app-error",
|
||||
|
||||
@ -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 = "e745b1f35603600b8b41b0aef20bd65b2b697879" }
|
||||
client-api-entity = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "e745b1f35603600b8b41b0aef20bd65b2b697879" }
|
||||
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" }
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user