mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[PR #1287] [MERGED] chore: upgrade Rust toolchain to 1.89 and modernize code with let-chains #1234
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#1234
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/lldap/lldap/pull/1287
Author: @Kumpelinus
Created: 9/13/2025
Status: ✅ Merged
Merged: 9/15/2025
Merged by: @nitnelave
Base:
main← Head:bump-msrv-1-89-0📝 Commits (1)
f4450cbchore: upgrade Rust toolchain to 1.89 and modernize code with let-chains📊 Changes
27 files changed (+62 additions, -33 deletions)
View changed files
📝
.devcontainer/Dockerfile(+1 -1)📝
.github/workflows/Dockerfile.dev(+1 -1)📝
.github/workflows/docker-build-static.yml(+13 -3)📝
.github/workflows/rust.yml(+2 -2)📝
Cargo.toml(+1 -0)📝
app/Cargo.toml(+1 -0)📝
app/src/components/form/file_input.rs(+12 -14)📝
app/src/infra/attributes.rs(+4 -4)📝
app/src/lib.rs(+1 -0)📝
crates/access-control/Cargo.toml(+1 -0)📝
crates/auth/Cargo.toml(+1 -0)📝
crates/domain-handlers/Cargo.toml(+1 -0)📝
crates/domain-model/Cargo.toml(+1 -0)📝
crates/domain/Cargo.toml(+1 -0)📝
crates/frontend-options/Cargo.toml(+1 -0)📝
crates/graphql-server/Cargo.toml(+2 -1)📝
crates/ldap/Cargo.toml(+2 -1)📝
crates/ldap/src/search.rs(+6 -6)📝
crates/opaque-handler/Cargo.toml(+1 -0)📝
crates/sql-backend-handler/Cargo.toml(+1 -0)...and 7 more files
📄 Description
rust-toolchain.tomlto pin project toolchain version🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.