[PR #1139] [MERGED] chore: Migrate all the crates to edition 2024 #1143

Closed
opened 2026-02-27 09:11:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/1139
Author: @nitnelave
Created: 3/31/2025
Status: Merged
Merged: 3/31/2025
Merged by: @nitnelave

Base: mainHead: edition


📝 Commits (1)

  • f0bdcac chore: Migrate all the crates to edition 2024

📊 Changes

76 files changed (+357 additions, -301 deletions)

View changed files

📝 Cargo.lock (+16 -13)
📝 app/Cargo.toml (+2 -2)
📝 app/src/components/app.rs (+3 -4)
📝 app/src/components/avatar.rs (+2 -2)
📝 app/src/components/banner.rs (+1 -1)
📝 app/src/components/change_password.rs (+1 -1)
📝 app/src/components/create_group.rs (+3 -3)
📝 app/src/components/create_group_attribute.rs (+2 -2)
📝 app/src/components/create_user.rs (+3 -3)
📝 app/src/components/create_user_attribute.rs (+2 -2)
📝 app/src/components/form/attribute_input.rs (+4 -4)
📝 app/src/components/form/checkbox.rs (+1 -1)
📝 app/src/components/form/date_input.rs (+1 -1)
📝 app/src/components/form/field.rs (+1 -1)
📝 app/src/components/form/file_input.rs (+2 -2)
📝 app/src/components/form/select.rs (+1 -1)
📝 app/src/components/form/static_value.rs (+1 -1)
📝 app/src/components/form/submit.rs (+1 -1)
📝 app/src/components/fragments/attribute_schema.rs (+2 -2)
📝 app/src/components/group_details.rs (+1 -1)

...and 56 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/lldap/lldap/pull/1139 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 3/31/2025 **Status:** ✅ Merged **Merged:** 3/31/2025 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `edition` --- ### 📝 Commits (1) - [`f0bdcac`](https://github.com/lldap/lldap/commit/f0bdcacfe773f0db9ebd4fdc79257b95fc4808e2) chore: Migrate all the crates to edition 2024 ### 📊 Changes **76 files changed** (+357 additions, -301 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+16 -13) 📝 `app/Cargo.toml` (+2 -2) 📝 `app/src/components/app.rs` (+3 -4) 📝 `app/src/components/avatar.rs` (+2 -2) 📝 `app/src/components/banner.rs` (+1 -1) 📝 `app/src/components/change_password.rs` (+1 -1) 📝 `app/src/components/create_group.rs` (+3 -3) 📝 `app/src/components/create_group_attribute.rs` (+2 -2) 📝 `app/src/components/create_user.rs` (+3 -3) 📝 `app/src/components/create_user_attribute.rs` (+2 -2) 📝 `app/src/components/form/attribute_input.rs` (+4 -4) 📝 `app/src/components/form/checkbox.rs` (+1 -1) 📝 `app/src/components/form/date_input.rs` (+1 -1) 📝 `app/src/components/form/field.rs` (+1 -1) 📝 `app/src/components/form/file_input.rs` (+2 -2) 📝 `app/src/components/form/select.rs` (+1 -1) 📝 `app/src/components/form/static_value.rs` (+1 -1) 📝 `app/src/components/form/submit.rs` (+1 -1) 📝 `app/src/components/fragments/attribute_schema.rs` (+2 -2) 📝 `app/src/components/group_details.rs` (+1 -1) _...and 56 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>
kerem 2026-02-27 09:11:04 +03: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
starred/lldap-lldap#1143
No description provided.