Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Avoid installing versions without rustfmt in CI #180

Closed Rantanen closed 3 years ago

Rantanen commented 3 years ago

The CI builds keep failing in cases where the used Rust versions misses rustfmt or clippy. The changes here should ensure rustup always updates a version that has those available for the build.