[GH-ISSUE #945] [BUG] Rust 1.80 compatibility #346

Closed
opened 2026-02-27 08:16:47 +03:00 by kerem · 0 comments
Owner

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 time dependency. After updating dependencies with a cargo update, the server builds, but the client build has multiple errors in app/src/components.

To Reproduce
Steps to reproduce the behavior:

  1. Use a rust 1.80 toolchain
  2. cargo build -- server build error
  3. ./app/build.sh -- client build success
  4. cargo update
  5. cargo build -- server build success
  6. ./app/build.sh -- client build error

Expected behavior

Client build succeeds after cargo update

Logs

Error logs in gist: https://gist.github.com/bendlas/3630da2c9d9a399ac01e6ff33700faa3

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 `time` dependency. After updating dependencies with a `cargo update`, the server builds, but the client build has multiple errors in `app/src/components`. **To Reproduce** Steps to reproduce the behavior: 1. Use a rust 1.80 toolchain 2. `cargo build` -- server build error 3. `./app/build.sh` -- client build success 4. `cargo update` 5. `cargo build` -- server build success 6. `./app/build.sh` -- client build error **Expected behavior** Client build succeeds after `cargo update` **Logs** Error logs in gist: https://gist.github.com/bendlas/3630da2c9d9a399ac01e6ff33700faa3
kerem 2026-02-27 08:16:47 +03:00
  • closed this issue
  • added the
    bug
    label
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#346
No description provided.