You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
alyssais discovered that Rust 1.80.0 contains a couple of changes that break the build for matrtix-authentication-service. I'm opening this issue to coordinate efforts to make matrtix-authentication-service ready for 1.80.0.
Citing the linked issue:
Figure out what's broken. Usually, but not always, this is that the "time" crate needs to be updated.
Compiling time v0.3.34
error[E0282]: type annotations needed for `Box<_>`
It looks like the time crate was already bumped to v0.3.36, so all that would be needed here should be a new release.
The text was updated successfully, but these errors were encountered:
teutat3s
changed the title
Does not build with Rust 1.80
v0.9.0 does not build with Rust 1.80
Aug 7, 2024
alyssais discovered that Rust 1.80.0 contains a couple of changes that break the build for
matrtix-authentication-service
. I'm opening this issue to coordinate efforts to makematrtix-authentication-service
ready for 1.80.0.Citing the linked issue:
It looks like the
time
crate was already bumped tov0.3.36
, so all that would be needed here should be a new release.The text was updated successfully, but these errors were encountered: