Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Rust 1.80 compatibility #945

Closed
bendlas opened this issue Aug 7, 2024 · 0 comments · Fixed by #947
Closed

[BUG] Rust 1.80 compatibility #945

bendlas opened this issue Aug 7, 2024 · 0 comments · Fixed by #947
Labels
bug Something isn't working

Comments

@bendlas
Copy link
Contributor

bendlas commented Aug 7, 2024

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

@bendlas bendlas added the bug Something isn't working label Aug 7, 2024
alyssais added a commit to alyssais/lldap that referenced this issue Aug 8, 2024
Fixes building with Rust 1.80.0.

Closes: lldap#945
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant