mirror of
https://github.com/lldap/lldap.git
synced 2026-04-26 00:36:01 +03:00
[PR #1257] [CLOSED] Chore: pin the rust version in CI to 1.85.0 and use action-rs/toolchain #1214
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#1214
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/1257
Author: @Copilot
Created: 8/20/2025
Status: ❌ Closed
Base:
main← Head:copilot/fix-1256📝 Commits (3)
4d8fccbInitial plan2e2a67cPin Rust version to 1.85.0 in CI workflows and Docker images30cb4ceUse variable for Rust version in CI workflow📊 Changes
5 files changed (+24 additions, -5 deletions)
View changed files
📝
.devcontainer/Dockerfile(+1 -1)📝
.github/workflows/Dockerfile.dev(+1 -1)📝
.github/workflows/rust.yml(+20 -2)📝
Cargo.toml(+1 -0)📝
Dockerfile(+1 -1)📄 Description
Pins Rust version to 1.85.0 across all CI workflows and Docker images to ensure consistent builds and prevent issues from Rust version drift. Updates the CI workflow to use
action-rs/toolchainfor consistent Rust installation with appropriate components.Changes Made:
rust.ymlworkflow to useRUST_VERSIONenvironment variable set to "1.85.0"dtolnay/rust-toolchaintoaction-rs/toolchain@v1for Rust installationclippycomponent for the clippy jobrustfmtcomponent for the format jobllvm-tools-previewcomponent for the coverage jobrust:1.85.0-slim-bookwormrust:1.85.0rust:1.85.0-alpine3.21rust-version = "1.85.0"to workspace Cargo.toml for MSRV enforcementThis ensures all CI jobs (test, clippy, format, coverage) and Docker builds use the same Rust version with consistent toolchain installation, making builds more predictable and easier to maintain.
Fixes #1256.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.