gluon-lang / gluon

A static, type inferred and embeddable language written in Rust.
https://gluon-lang.org
MIT License
3.2k stars 145 forks source link

chore: Fix build on newer versions of rust #959

Closed Marwes closed 1 year ago

Marwes commented 1 year ago

Pulls in https://github.com/gluon-lang/gluon/pull/958 and fixes the bitrot on CI. sccache seems to be bugged (https://github.com/mozilla/sccache/issues/1674) so I removed it, I think the normal rust cache action should be good enough now. Travis and bors aren't used and/or doesn't work anymore so I removed all mentions of them as well.

cc @rowanfr