[PR #267] [MERGED] switch to rust stable channel #4031

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/267
Author: @appflowy
Created: 1/23/2022
Status: Merged
Merged: 1/23/2022
Merged by: @appflowy

Base: mainHead: rust_stable_channel


📝 Commits (2)

  • dccbd45 switch to stable channel
  • cfb589d fix format and clippy warnings

📊 Changes

224 files changed (+2133 additions, -1318 deletions)

View changed files

📝 .github/workflows/ci.yaml (+2 -2)
📝 .github/workflows/frontend_rust.yml (+4 -4)
backend/rust-toolchain (+0 -2)
backend/rust-toolchain.toml (+2 -0)
📝 backend/rustfmt.toml (+14 -14)
📝 backend/src/application.rs (+50 -46)
📝 backend/src/config/configuration.rs (+3 -1)
📝 backend/src/config/env.rs (+12 -4)
📝 backend/src/context.rs (+6 -2)
📝 backend/src/entities/logged_user.rs (+13 -7)
📝 backend/src/entities/token.rs (+4 -2)
📝 backend/src/entities/user.rs (+1 -0)
📝 backend/src/middleware/auth_middleware.rs (+8 -6)
📝 backend/src/services/core/app/persistence.rs (+2 -1)
📝 backend/src/services/core/app/router.rs (+1 -1)
📝 backend/src/services/core/trash/persistence.rs (+1 -0)
📝 backend/src/services/core/trash/trash.rs (+6 -6)
📝 backend/src/services/core/view/controller.rs (+1 -1)
📝 backend/src/services/core/view/router.rs (+4 -8)
📝 backend/src/services/core/workspace/router.rs (+4 -9)

...and 80 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/267 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 1/23/2022 **Status:** ✅ Merged **Merged:** 1/23/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `rust_stable_channel` --- ### 📝 Commits (2) - [`dccbd45`](https://github.com/AppFlowy-IO/AppFlowy/commit/dccbd45a004451ef9019211c5f85861d7b610c69) switch to stable channel - [`cfb589d`](https://github.com/AppFlowy-IO/AppFlowy/commit/cfb589dda1c0b312097e3188f65b09118e20043e) fix format and clippy warnings ### 📊 Changes **224 files changed** (+2133 additions, -1318 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yaml` (+2 -2) 📝 `.github/workflows/frontend_rust.yml` (+4 -4) ➖ `backend/rust-toolchain` (+0 -2) ➕ `backend/rust-toolchain.toml` (+2 -0) 📝 `backend/rustfmt.toml` (+14 -14) 📝 `backend/src/application.rs` (+50 -46) 📝 `backend/src/config/configuration.rs` (+3 -1) 📝 `backend/src/config/env.rs` (+12 -4) 📝 `backend/src/context.rs` (+6 -2) 📝 `backend/src/entities/logged_user.rs` (+13 -7) 📝 `backend/src/entities/token.rs` (+4 -2) 📝 `backend/src/entities/user.rs` (+1 -0) 📝 `backend/src/middleware/auth_middleware.rs` (+8 -6) 📝 `backend/src/services/core/app/persistence.rs` (+2 -1) 📝 `backend/src/services/core/app/router.rs` (+1 -1) 📝 `backend/src/services/core/trash/persistence.rs` (+1 -0) 📝 `backend/src/services/core/trash/trash.rs` (+6 -6) 📝 `backend/src/services/core/view/controller.rs` (+1 -1) 📝 `backend/src/services/core/view/router.rs` (+4 -8) 📝 `backend/src/services/core/workspace/router.rs` (+4 -9) _...and 80 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 21:36:00 +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#4031
No description provided.