aboutsummarylogtreecommitdiffstats
path: root/rust-toolchain
AgeCommit message (Collapse)Author
2023-05-23Use Rust 1.63.0 to compile the kernelRaphael Nestler
This gives us some warnings, but allows to compile out-of-tree modules since it fixes a bug with how the target triple is defined for a custom target.json file. See https://github.com/rust-lang/rust/pull/98225
2022-12-26Define rustc version with rust-toolchainRaphael Nestler
That way rustup will automatically use the correct Rust version.