servo / surfman

Accelerated offscreen graphics for WebGL
Apache License 2.0
172 stars 84 forks source link

CI: Respect selected toolchain #291

Closed jschwe closed 4 months ago

jschwe commented 4 months ago

The rust toolchain file overrides the Rust version selected in CI. To allow testing different rust versions in CI, respect the toolchain defined in CI.

Question: Does surfman have a minimum supported rust version (policy)? If yes I'd probably add some jobs which test MSRV compatibility.