[PR #3398] [MERGED] chore: update collab rev and fix compile #5713

Closed
opened 2026-03-23 22:19:58 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3398
Author: @appflowy
Created: 9/13/2023
Status: Merged
Merged: 9/13/2023
Merged by: @appflowy

Base: mainHead: update_collab_rev


📝 Commits (2)

  • c1c43ce chore: update collab rev and fix compile
  • 0ff0462 chore: update tauri cargo.lock

📊 Changes

37 files changed (+106 additions, -72 deletions)

View changed files

📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+21 -13)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+9 -9)
📝 frontend/rust-lib/Cargo.lock (+21 -13)
📝 frontend/rust-lib/Cargo.toml (+8 -8)
📝 frontend/rust-lib/flowy-core/Cargo.toml (+1 -0)
📝 frontend/rust-lib/flowy-core/src/integrate/server.rs (+2 -1)
📝 frontend/rust-lib/flowy-database-deps/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-database-deps/src/cloud.rs (+1 -1)
📝 frontend/rust-lib/flowy-database2/Cargo.toml (+1 -0)
📝 frontend/rust-lib/flowy-database2/src/manager.rs (+2 -1)
📝 frontend/rust-lib/flowy-document2/Cargo.toml (+1 -0)
📝 frontend/rust-lib/flowy-document2/src/manager.rs (+2 -1)
📝 frontend/rust-lib/flowy-folder2/Cargo.toml (+1 -0)
📝 frontend/rust-lib/flowy-folder2/src/manager.rs (+2 -1)
📝 frontend/rust-lib/flowy-server/Cargo.toml (+1 -0)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/database.rs (+1 -1)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user.rs (+1 -1)
📝 frontend/rust-lib/flowy-server/src/af_cloud/server.rs (+2 -1)
📝 frontend/rust-lib/flowy-server/src/local_server/impls/database.rs (+1 -1)
📝 frontend/rust-lib/flowy-server/src/local_server/impls/user.rs (+1 -1)

...and 17 more files

📄 Description

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/3398 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 9/13/2023 **Status:** ✅ Merged **Merged:** 9/13/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `update_collab_rev` --- ### 📝 Commits (2) - [`c1c43ce`](https://github.com/AppFlowy-IO/AppFlowy/commit/c1c43ce80cd72b79633e119486305befc9b3f519) chore: update collab rev and fix compile - [`0ff0462`](https://github.com/AppFlowy-IO/AppFlowy/commit/0ff046213969f830afa26dfd5aa85eca5930520d) chore: update tauri cargo.lock ### 📊 Changes **37 files changed** (+106 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+21 -13) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+9 -9) 📝 `frontend/rust-lib/Cargo.lock` (+21 -13) 📝 `frontend/rust-lib/Cargo.toml` (+8 -8) 📝 `frontend/rust-lib/flowy-core/Cargo.toml` (+1 -0) 📝 `frontend/rust-lib/flowy-core/src/integrate/server.rs` (+2 -1) 📝 `frontend/rust-lib/flowy-database-deps/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-database-deps/src/cloud.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-database2/Cargo.toml` (+1 -0) 📝 `frontend/rust-lib/flowy-database2/src/manager.rs` (+2 -1) 📝 `frontend/rust-lib/flowy-document2/Cargo.toml` (+1 -0) 📝 `frontend/rust-lib/flowy-document2/src/manager.rs` (+2 -1) 📝 `frontend/rust-lib/flowy-folder2/Cargo.toml` (+1 -0) 📝 `frontend/rust-lib/flowy-folder2/src/manager.rs` (+2 -1) 📝 `frontend/rust-lib/flowy-server/Cargo.toml` (+1 -0) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/database.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/server.rs` (+2 -1) 📝 `frontend/rust-lib/flowy-server/src/local_server/impls/database.rs` (+1 -1) 📝 `frontend/rust-lib/flowy-server/src/local_server/impls/user.rs` (+1 -1) _...and 17 more files_ </details> ### 📄 Description #### PR Checklist - [ ] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [ ] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:19:58 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5713
No description provided.