Skip to content

Remove all dependencies on nightly Rust

Yorick Peterse requested to merge stable-only into master

This removes remaining dependencies on nightly Rust, allowing one to build the VM using just stable Rust 1.28 or newer. We also change the CI setup to use stable Rust where possible.

Merge request reports