mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #945] [BUG] Rust 1.80 compatibility #346
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#346
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?
Originally created by @bendlas on GitHub (Aug 7, 2024).
Original GitHub issue: https://github.com/lldap/lldap/issues/945
Describe the bug
When compiling on rust 1.80, the client builds, but the server build errors in the
timedependency. After updating dependencies with acargo update, the server builds, but the client build has multiple errors inapp/src/components.To Reproduce
Steps to reproduce the behavior:
cargo build-- server build error./app/build.sh-- client build successcargo updatecargo build-- server build success./app/build.sh-- client build errorExpected behavior
Client build succeeds after
cargo updateLogs
Error logs in gist: https://gist.github.com/bendlas/3630da2c9d9a399ac01e6ff33700faa3