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
Rust 1.48 was released a few days ago. This patch adds the fixes that
will get flux passing in CI again. The following things needed
addressed:
- There is a new lint introduced that checks for `push_str` on a
single char `str`, and recommends using `push` instead.
- There is an open issue with `sccache` and rust 1.48. As a result,
`sccache` is desabled for now. See mozilla/sccache#887
0 commit comments