nuta / kerla

A new operating system kernel with Linux binary compatibility written in Rust.
Other
3.33k stars 89 forks source link

Add rust-toolchain.toml #129

Closed nuta closed 2 years ago

nuta commented 2 years ago

Rust finally stabilized asm! and its friends in https://github.com/rust-lang/rust/pull/91728. Congrats! Due to the change, the nightly build become broken.

This PR adds rust-toolchain.toml so that we don't need to be bothered with the differences in nightly builds.