[PR #3924] [MERGED] feat: using workspace crate deps #5949

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3924
Author: @appflowy
Created: 11/12/2023
Status: Merged
Merged: 11/12/2023
Merged by: @appflowy

Base: mainHead: workspace_crate_deps


📝 Commits (2)

📊 Changes

40 files changed (+436 additions, -338 deletions)

View changed files

📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+69 -58)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+22 -5)
📝 frontend/rust-lib/Cargo.lock (+36 -40)
📝 frontend/rust-lib/Cargo.toml (+16 -1)
📝 frontend/rust-lib/collab-integrate/Cargo.toml (+8 -8)
📝 frontend/rust-lib/dart-ffi/Cargo.toml (+7 -8)
📝 frontend/rust-lib/dart-ffi/src/lib.rs (+1 -2)
📝 frontend/rust-lib/event-integration/Cargo.toml (+10 -10)
📝 frontend/rust-lib/flowy-ai/Cargo.toml (+4 -4)
📝 frontend/rust-lib/flowy-config/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-core/Cargo.toml (+12 -12)
📝 frontend/rust-lib/flowy-database-deps/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-database2/Cargo.toml (+12 -13)
📝 frontend/rust-lib/flowy-date/Cargo.toml (+4 -4)
📝 frontend/rust-lib/flowy-document-deps/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-document2/Cargo.toml (+11 -11)
📝 frontend/rust-lib/flowy-encrypt/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-error/Cargo.toml (+8 -8)
📝 frontend/rust-lib/flowy-folder-deps/Cargo.toml (+2 -2)
📝 frontend/rust-lib/flowy-folder2/Cargo.toml (+8 -8)

...and 20 more files

📄 Description

No description provided


🔄 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/3924 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 11/12/2023 **Status:** ✅ Merged **Merged:** 11/12/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `workspace_crate_deps` --- ### 📝 Commits (2) - [`3f2f85d`](https://github.com/AppFlowy-IO/AppFlowy/commit/3f2f85d88c6fb1795b6a8562ca625633d084acb8) chore: workspace deps - [`785bdb0`](https://github.com/AppFlowy-IO/AppFlowy/commit/785bdb07b9e9810beaac98de78bb4ffbc341078e) chore: use workspace deps ### 📊 Changes **40 files changed** (+436 additions, -338 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+69 -58) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+22 -5) 📝 `frontend/rust-lib/Cargo.lock` (+36 -40) 📝 `frontend/rust-lib/Cargo.toml` (+16 -1) 📝 `frontend/rust-lib/collab-integrate/Cargo.toml` (+8 -8) 📝 `frontend/rust-lib/dart-ffi/Cargo.toml` (+7 -8) 📝 `frontend/rust-lib/dart-ffi/src/lib.rs` (+1 -2) 📝 `frontend/rust-lib/event-integration/Cargo.toml` (+10 -10) 📝 `frontend/rust-lib/flowy-ai/Cargo.toml` (+4 -4) 📝 `frontend/rust-lib/flowy-config/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-core/Cargo.toml` (+12 -12) 📝 `frontend/rust-lib/flowy-database-deps/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-database2/Cargo.toml` (+12 -13) 📝 `frontend/rust-lib/flowy-date/Cargo.toml` (+4 -4) 📝 `frontend/rust-lib/flowy-document-deps/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-document2/Cargo.toml` (+11 -11) 📝 `frontend/rust-lib/flowy-encrypt/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-error/Cargo.toml` (+8 -8) 📝 `frontend/rust-lib/flowy-folder-deps/Cargo.toml` (+2 -2) 📝 `frontend/rust-lib/flowy-folder2/Cargo.toml` (+8 -8) _...and 20 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:21:02 +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#5949
No description provided.