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
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:
This issue was originally created by @teutat3s at matrix-org/matrix-authentication-service#3088.
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: